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 = [
|
imports = [
|
||||||
# hardware-configuration.nix auto-generated by nixos-anywhere
|
# hardware-configuration.nix auto-generated by nixos-anywhere
|
||||||
./disko.nix
|
./disko.nix
|
||||||
../../../nix/modules/default.nix
|
../../../../nix/modules/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# System identity
|
# System identity
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
# hardware-configuration.nix auto-generated by nixos-anywhere
|
# hardware-configuration.nix auto-generated by nixos-anywhere
|
||||||
./disko.nix
|
./disko.nix
|
||||||
../../../nix/modules/default.nix
|
../../../../nix/modules/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# System identity
|
# System identity
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
# hardware-configuration.nix auto-generated by nixos-anywhere
|
# hardware-configuration.nix auto-generated by nixos-anywhere
|
||||||
./disko.nix
|
./disko.nix
|
||||||
../../../nix/modules/default.nix
|
../../../../nix/modules/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# System identity
|
# System identity
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue