Add incus servers
This commit is contained in:
20
flake.nix
20
flake.nix
@@ -76,6 +76,26 @@
|
||||
backup-helper.nixosModules.backup-helper
|
||||
];
|
||||
};
|
||||
inc1 = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs self sops-nix; };
|
||||
modules = [
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
./hosts/inc1
|
||||
sops-nix.nixosModules.sops
|
||||
# backup-helper.nixosModules.backup-helper
|
||||
];
|
||||
};
|
||||
inc2 = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs self sops-nix; };
|
||||
modules = [
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
./hosts/inc2
|
||||
sops-nix.nixosModules.sops
|
||||
# backup-helper.nixosModules.backup-helper
|
||||
];
|
||||
};
|
||||
template1 = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs self sops-nix; };
|
||||
|
Reference in New Issue
Block a user