From 93a64e881679ac8dd76f67b909df7bc85ac851ce Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 2 Jan 2025 18:23:46 +0000 Subject: initial cloud config --- flake.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d57e5ee..4e6de69 100644 --- a/flake.nix +++ b/flake.nix @@ -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 + ]; + }; }; }; } -- cgit v1.3.1