Added nutboy3 and nuttyclub

This commit is contained in:
2021-11-13 10:30:58 -08:00
parent 1c059841e6
commit d7ee19dd2f
32 changed files with 2052 additions and 419 deletions
+1 -3
View File
@@ -11,8 +11,6 @@ let
in {
options.fudo.client.dns = {
enable = mkEnableOption "Enable Fudo DynDNS Client.";
ipv4 = mkOption {
type = types.bool;
default = true;
@@ -71,7 +69,7 @@ in {
};
};
config = mkIf cfg.enable {
config = {
users.users = {
"${cfg.user}" = {