initial cloud config
This commit is contained in:
parent
3de1ca400c
commit
93a64e8816
6 changed files with 81 additions and 2 deletions
13
flake.nix
13
flake.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue