diff options
| author | Grigory Shipunov | 2025-01-02 18:45:55 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-02 18:45:55 +0000 |
| commit | ddf9229e156fa70756c33c75e8e5a181305163ae (patch) | |
| tree | d6dbcfe516da2f0b06033073674c0782a89d1d7d /flake.nix | |
| parent | 93a64e881679ac8dd76f67b909df7bc85ac851ce (diff) | |
update cloud to 24.11
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -71,10 +71,12 @@ cloud = nixpkgs-stable.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; - moudles = [ + modules = [ sops-nix.nixosModules.sops ./hosts/cloud + + ./modules/basic-tools ]; }; }; |
