Switch to nextcloud 21
This commit is contained in:
parent
a016c22d10
commit
03db4cf86f
@ -20,7 +20,7 @@ with deviceSpecific; {
|
|||||||
|
|
||||||
services.logind.extraConfig = "HandlePowerKey=suspend";
|
services.logind.extraConfig = "HandlePowerKey=suspend";
|
||||||
|
|
||||||
sound.enable = true;
|
# sound.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
hostName = "nextcloud.balsoft.ru";
|
hostName = "nextcloud.balsoft.ru";
|
||||||
config.adminpassFile = config.secrets.nextcloud.decrypted;
|
config.adminpassFile = config.secrets.nextcloud.decrypted;
|
||||||
package = pkgs.nextcloud20;
|
package = pkgs.nextcloud21;
|
||||||
https = true;
|
https = true;
|
||||||
};
|
};
|
||||||
secrets.nextcloud = {
|
secrets.nextcloud = {
|
||||||
|
Loading…
Reference in New Issue
Block a user