testing build
This commit is contained in:
parent
bd0648ba3c
commit
8fab8b01ae
5 changed files with 113 additions and 3 deletions
|
|
@ -34,12 +34,13 @@
|
|||
networking.hostName = "loki";
|
||||
}
|
||||
./wm/sway
|
||||
./hosts/smaug/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = workstation.modules ++ [
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
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