summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-02 18:45:55 +0000
committerGrigory Shipunov2025-01-02 18:45:55 +0000
commitddf9229e156fa70756c33c75e8e5a181305163ae (patch)
treed6dbcfe516da2f0b06033073674c0782a89d1d7d /flake.nix
parent93a64e881679ac8dd76f67b909df7bc85ac851ce (diff)
update cloud to 24.11
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4e6de69..6b18a48 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];
};
};