fix manyfold

This commit is contained in:
mjallen18
2024-09-20 19:17:19 -05:00
parent 1f4010eb89
commit 6553d2b574
13 changed files with 264 additions and 78 deletions

View File

@@ -43,6 +43,8 @@
allowSignup = "false";
};
mongodb.enable = true;
nextcloud = {
enable = true;
httpPort = "9981";
@@ -73,5 +75,7 @@
wireguard.enable = true;
wireguard.configPath = "/media/nas/ssd/nix-app-data/wireguard/sidestore";
your_spotify.enable = true;
};
}

View File

@@ -56,10 +56,10 @@ in
wireless = {
enable = true;
environmentFile = config.sops.secrets."wifi".path;
secretsFile = config.sops.secrets."wifi".path;
networks = {
"Joey's Jungle 5G" = {
psk = "@PSK@";
pskRaw = "ext:PSK";
};
};
};