Add disko
This commit is contained in:
parent
bb3db55a9c
commit
eadff7c906
2 changed files with 29 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue