flake.nix | added eve, fixed smaug and loki
This commit is contained in:
parent
3560800dfa
commit
a730d3c576
1 changed files with 13 additions and 2 deletions
15
flake.nix
15
flake.nix
|
|
@ -31,8 +31,20 @@
|
|||
system = "x86_64-linux";
|
||||
modules = workstation.modules ++ [
|
||||
{
|
||||
networking.hostName = "loki";
|
||||
networking.hostName = "smaug";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
./wm/sway
|
||||
./hosts/smaug/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
eve = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = workstation.modules ++ [
|
||||
{
|
||||
networking.hostName = "eve";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules. google-pixelbook
|
||||
./wm/sway
|
||||
./hosts/smaug/hardware-configuration.nix
|
||||
];
|
||||
|
|
@ -40,7 +52,6 @@
|
|||
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = workstation.modules ++ [
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
{
|
||||
services.getty.autologinUser = "don";
|
||||
networking.hostName = "vm2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue