Bump Nextcloud to 32
This commit is contained in:
parent
7d3a905a5b
commit
b2482bcd0e
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
services.akkoma = {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverName = "fedi.graven.se"
|
||||
}
|
||||
serverName = "fedi.graven.se";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue