added disko module, common-config, cleanup, etc.
This commit is contained in:
parent
8ad126aa99
commit
52af8fc06e
9 changed files with 314 additions and 156 deletions
5
shared/platforms/default.nix
Normal file
5
shared/platforms/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./hetzner.nix
|
||||
];
|
||||
}
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue