mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
newton: use disko
This commit is contained in:
parent
2a713beab2
commit
4b389828ad
4 changed files with 81 additions and 31 deletions
|
@ -7,6 +7,7 @@ let
|
|||
sops-nix
|
||||
nixos-hardware
|
||||
passworts
|
||||
disko
|
||||
;
|
||||
nixosSystem = nixpkgs.lib.makeOverridable nixpkgs.lib.nixosSystem;
|
||||
overlay-unstable = final: prev: {
|
||||
|
@ -36,8 +37,9 @@ let
|
|||
];
|
||||
documentation.info.enable = false;
|
||||
})
|
||||
sops-nix.nixosModules.sops
|
||||
disko.nixosModules.disko
|
||||
passworts.nixosModules.passworts
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
}
|
||||
../modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue