diff --git a/flake.nix b/flake.nix index 7f85a99..04d37df 100644 --- a/flake.nix +++ b/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";