fix manyfold
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user