updating paths

This commit is contained in:
Don Harper 2024-03-21 22:00:12 -05:00
parent e847fae0b1
commit 9c261524d9
7 changed files with 14 additions and 14 deletions

View file

@ -4,10 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "ace";
}

View file

@ -8,10 +8,10 @@
#inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "dragon";
}

View file

@ -4,10 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "eve";
}

View file

@ -4,10 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "loki";
}

View file

@ -8,10 +8,10 @@
#inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "pocket2";
}

View file

@ -4,10 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "smaug";
}

View file

@ -4,10 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../workstation
../../home
../../home/gui
../../wm
../wm
];
networking.hostName = "t2";
}