Add disko

This commit is contained in:
Jakob Lechner 2024-05-31 16:06:46 +02:00
parent bb3db55a9c
commit eadff7c906
2 changed files with 29 additions and 0 deletions

View file

@ -29,6 +29,13 @@
};
};
disko = {
url = "github:nix-community/disko";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
gomod2nix = {
url = "github:nix-community/gomod2nix";
inputs = {
@ -181,6 +188,7 @@
{ nixpkgs.overlays = [ nur.overlay ]; }
home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops
inputs.disko.nixosModules.disko
];
})
(import ./hosts inputs);