refactor(modules/system): move system config to a module
This commit is contained in:
parent
62f94ad85e
commit
cb01ba95b0
7 changed files with 65 additions and 23 deletions
|
@ -8,15 +8,9 @@
|
|||
options.hardware = {
|
||||
drives.btrfs = {
|
||||
enable = lib.mkEnableOption "";
|
||||
drive = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
};
|
||||
drive = lib.pantheon.mkStrOption;
|
||||
ephemeralRoot = lib.mkEnableOption "";
|
||||
};
|
||||
gpu = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
};
|
||||
gpu = lib.pantheon.mkStrOption;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue