updating paths
This commit is contained in:
parent
e847fae0b1
commit
9c261524d9
7 changed files with 14 additions and 14 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "ace";
|
networking.hostName = "ace";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
#inputs.nixos-hardware.nixosModules.common-gpu-intel
|
#inputs.nixos-hardware.nixosModules.common-gpu-intel
|
||||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop
|
#inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "dragon";
|
networking.hostName = "dragon";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "eve";
|
networking.hostName = "eve";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
#inputs.nixos-hardware.nixosModules.common-gpu-intel
|
#inputs.nixos-hardware.nixosModules.common-gpu-intel
|
||||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop
|
#inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "pocket2";
|
networking.hostName = "pocket2";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../workstation
|
../workstation
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../../wm
|
../wm
|
||||||
];
|
];
|
||||||
networking.hostName = "t2";
|
networking.hostName = "t2";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue