Maybe the updates have fixed akkoma? (doubful)
This commit is contained in:
parent
0504e7548b
commit
5865d18a98
|
@ -25,7 +25,7 @@
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverName = "social.gladtherescake.eu";
|
serverName = "akkoma.gladtherescake.eu";
|
||||||
};
|
};
|
||||||
#dist.cookie._secret = config.sops.secrets."releaseCookie".path;
|
#dist.cookie._secret = config.sops.secrets."releaseCookie".path;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./mail-server.nix
|
./mail-server.nix
|
||||||
./gotosocial.nix
|
./gotosocial.nix
|
||||||
#./akkoma.nix
|
./akkoma.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
Loading…
Reference in a new issue