diff options
| author | Grigory Shipunov | 2025-01-02 18:23:46 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-02 18:25:21 +0000 |
| commit | 93a64e881679ac8dd76f67b909df7bc85ac851ce (patch) | |
| tree | 361623a6d4dbfee2df9823d5726d8d4cab74c7b9 /flake.nix | |
| parent | 3de1ca400cc6f2de7ec6b8ecbbf44be130649ef6 (diff) | |
initial cloud config
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 + ]; + }; }; }; } |
