experimental: harbor disko schema

This commit is contained in:
2026-03-24 19:24:02 +01:00
parent 0b2e349268
commit 4fa113f274
3 changed files with 76 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
plasma-manager = {
url = "github:pjones/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -48,6 +50,7 @@
self,
nixpkgs,
nixpkgs-unstable,
disko,
nixos-hardware,
home-manager,
nixos-cosmic,
@@ -120,6 +123,7 @@
({...}: {nixpkgs.overlays = [overlay-unstable self.overlays.default audio.overlays.default];})
({...}: {nixpkgs.config.allowUnfree = true;})
inputs.sops-nix.nixosModules.sops
inputs.disko.nixosModules.disko
./modules
./hosts/harbor/configuration.nix
];