flake #7
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -27,9 +27,19 @@
|
|||
./wm/sway
|
||||
];
|
||||
};
|
||||
smaug = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = workstation.modules ++ [
|
||||
{
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
./wm/sway
|
||||
];
|
||||
};
|
||||
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = workstation.modules ++ [
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
{
|
||||
services.getty.autologinUser = "don";
|
||||
networking.hostName = "vm2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue