Remove incus hosts
This commit is contained in:
34
flake.nix
34
flake.nix
@@ -156,40 +156,6 @@
|
||||
backup-helper.nixosModules.backup-helper
|
||||
];
|
||||
};
|
||||
inc1 = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit inputs self sops-nix;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = commonOverlays;
|
||||
}
|
||||
)
|
||||
./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 = commonOverlays;
|
||||
}
|
||||
)
|
||||
./hosts/inc2
|
||||
sops-nix.nixosModules.sops
|
||||
# backup-helper.nixosModules.backup-helper
|
||||
];
|
||||
};
|
||||
template1 = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
|
Reference in New Issue
Block a user