From a730d3c576042db87c28f118dbe2f99de6047362 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 16 Sep 2023 11:29:17 -0500 Subject: [PATCH] flake.nix | added eve, fixed smaug and loki --- flake.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2711410..a5b8791 100644 --- a/flake.nix +++ b/flake.nix @@ -31,8 +31,20 @@ system = "x86_64-linux"; modules = workstation.modules ++ [ { - networking.hostName = "loki"; + networking.hostName = "smaug"; } + inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260 + ./wm/sway + ./hosts/smaug/hardware-configuration.nix + ]; + }; + eve = inputs.nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = workstation.modules ++ [ + { + networking.hostName = "eve"; + } + inputs.nixos-hardware.nixosModules. google-pixelbook ./wm/sway ./hosts/smaug/hardware-configuration.nix ]; @@ -40,7 +52,6 @@ vm2 = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = workstation.modules ++ [ - inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260 { services.getty.autologinUser = "don"; networking.hostName = "vm2";