added disko module, common-config, cleanup, etc.

This commit is contained in:
eyjhb 2024-08-08 19:02:02 +02:00
parent 8ad126aa99
commit 52af8fc06e
Signed by: eyjhb
GPG key ID: 609F508E3239F920
9 changed files with 314 additions and 156 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./hetzner.nix
];
}

View file

@ -10,10 +10,7 @@ let
) attrset;
in {
options.mine.platforms.hetzner= {
enable = mkOption {
type = types.bool;
default = true;
};
enable = mkEnableOption "Enable Hetzner platform profile";
network = {
address = mkOption {