enable statx

This commit is contained in:
2023-10-01 23:14:05 +03:00
parent 5c83f7407a
commit 25e8191177
15 changed files with 110 additions and 122 deletions

View File

@@ -5,7 +5,6 @@
...
}: let
cfg = config.mj.services.jakstpub;
subnets = myData.subnets;
in {
options.mj.services.jakstpub = with lib.types; {
enable = lib.mkEnableOption "Enable jakstpub";
@@ -70,7 +69,7 @@ in {
services.samba-wsdd = {
enable = true;
hostname = cfg.hostname;
inherit (cfg.hostname);
};
users.users.jakstpub = {