mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: change flake base path for winters
This commit is contained in:
parent
9e6fd597b2
commit
b019b1562f
5 changed files with 18 additions and 6 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.swarselsystems.flakePath = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
default = "";
|
||||
};
|
||||
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