fix: Correct nix modules import path in node configs (4 levels up to repo root)

This commit is contained in:
centra 2025-12-11 10:01:02 +09:00
parent 5c6eb04a46
commit 0174ebf4f1
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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