Upgrade to 23.05
This commit is contained in:
parent
c0e5c26ae9
commit
e21bba4363
8 changed files with 89 additions and 85 deletions
|
@ -17,8 +17,8 @@
|
|||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
services.zfs.autoSnapshot.enable = false;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
enableBrokenCiphersForSSE = false;
|
||||
hostName = "cloud.graven.dev";
|
||||
https = true;
|
||||
package = pkgs.nextcloud25;
|
||||
package = pkgs.nextcloud26;
|
||||
autoUpdateApps.enable = true;
|
||||
maxUploadSize = "10G";
|
||||
webfinger = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue