From 976f90b793f27e4b38297753583c9f3cd24cd7cd Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 11:23:30 +0100 Subject: Feat(hosts): Add lahmu, a vm host --- flake/nixosConfigurations/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake/nixosConfigurations') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 96fb07bf..d2f2c97e 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -62,6 +62,17 @@ in { ] ++ defaultModules; }; + lahmu = inputs.nixpkgs.lib.nixosSystem { + inherit system; + specialArgs = + pkgs.lib.recursiveUpdate inputs + sysLib; + modules = + [ + ../../hosts/lahmu/configuration.nix + ] + ++ defaultModules; + }; spawn = inputs.nixpkgs.lib.nixosSystem { specialArgs = inputs; modules = [../../hosts/spawn/configuration.nix]; -- cgit 1.4.1