diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -34,12 +34,12 @@ outputs = inputs@{ self , flake-utils + , lanzaboote , microvm + , nixos-hardware , nixpkgs-stable , nixpkgs-unstable , sops-nix - , nixos-hardware - , lanzaboote , ... }: @@ -68,6 +68,15 @@ ./modules/chromium.nix ]; }; + cloud = nixpkgs-stable.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + moudles = [ + sops-nix.nixosModules.sops + + ./hosts/cloud + ]; + }; }; }; } |
