testing build

This commit is contained in:
Don Harper 2023-09-15 07:22:50 -05:00
parent bd0648ba3c
commit 8fab8b01ae
5 changed files with 113 additions and 3 deletions

View file

@ -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";