fix: Correct nix modules import path in node configs (4 levels up to repo root)
This commit is contained in:
parent
5c6eb04a46
commit
0174ebf4f1
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
# hardware-configuration.nix auto-generated by nixos-anywhere
|
||||
./disko.nix
|
||||
../../../nix/modules/default.nix
|
||||
../../../../nix/modules/default.nix
|
||||
];
|
||||
|
||||
# System identity
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
# hardware-configuration.nix auto-generated by nixos-anywhere
|
||||
./disko.nix
|
||||
../../../nix/modules/default.nix
|
||||
../../../../nix/modules/default.nix
|
||||
];
|
||||
|
||||
# System identity
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
# hardware-configuration.nix auto-generated by nixos-anywhere
|
||||
./disko.nix
|
||||
../../../nix/modules/default.nix
|
||||
../../../../nix/modules/default.nix
|
||||
];
|
||||
|
||||
# System identity
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue