mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: load nixos hm-options dynamically
This commit is contained in:
parent
d9a72d44ea
commit
4232360563
3 changed files with 12 additions and 4 deletions
|
|
@ -8,6 +8,10 @@ in
|
|||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
options.swarselsystems.withHomeManager = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
};
|
||||
options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)";
|
||||
options.swarselsystems.server.enable = lib.mkEnableOption "is a server machine";
|
||||
options.swarselsystems.server.kavita = lib.mkEnableOption "enable kavita on server";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue