mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixing config file path
This commit is contained in:
parent
ae8cb73c4d
commit
eb92a3dd46
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./server-configuration.nix
|
./server-configuration.nix
|
||||||
./features/server/default.nix
|
./features/default.nix
|
||||||
./features/shared/ssh.nix
|
../../features/shared/ssh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue