cleanup
This commit is contained in:
parent
249be33ba5
commit
846d32d0eb
3 changed files with 8 additions and 10 deletions
11
flake.nix
11
flake.nix
|
|
@ -16,6 +16,7 @@
|
|||
./workstation
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./home
|
||||
./wm/sway
|
||||
];
|
||||
};
|
||||
in {
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
{
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
./wm/sway
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
|
||||
./hosts/loki/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
@ -34,7 +35,6 @@
|
|||
networking.hostName = "smaug";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
./wm/sway
|
||||
./hosts/smaug/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
@ -43,8 +43,6 @@
|
|||
{
|
||||
networking.hostName = "dragon";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules. google-pixelbook
|
||||
./wm/sway
|
||||
./hosts/dragon/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
@ -53,8 +51,7 @@
|
|||
{
|
||||
networking.hostName = "eve";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules. google-pixelbook
|
||||
./wm/sway
|
||||
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||
./hosts/eve/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
@ -64,7 +61,7 @@
|
|||
services.getty.autologinUser = "don";
|
||||
networking.hostName = "vm2";
|
||||
}
|
||||
./wm/sway
|
||||
./hosts/vm1/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue