update cloud to 24.11
This commit is contained in:
parent
93a64e8816
commit
ddf9229e15
3 changed files with 6 additions and 2 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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue