From bd0648ba3ca8b87f8ca60b4155340eb135183b64 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 14 Sep 2023 21:23:56 -0500 Subject: [PATCH] flake | add smaug --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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";