update cloud to 24.11

This commit is contained in:
Grigory Shipunov 2025-01-02 18:45:55 +00:00
parent 93a64e8816
commit ddf9229e15
3 changed files with 6 additions and 2 deletions

View file

@ -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
];
};
};