MAJ nextcloud + ajout pool home

nextcloud
RatCornu 2025-06-07 19:40:57 +02:00
parent abe9e830ba
commit 7bb4fef46b
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
2 changed files with 6 additions and 1 deletions

View File

@ -12,5 +12,10 @@
networking.hostName = "nextcloud"; networking.hostName = "nextcloud";
boot.loader.grub.devices = [ "/dev/sda" ]; boot.loader.grub.devices = [ "/dev/sda" ];
fileSystems."/home-adh" = {
device = "172.16.4.2:/pool/home";
fsType = "nfs";
};
system.stateVersion = "25.05"; system.stateVersion = "25.05";
} }

View File

@ -16,7 +16,7 @@
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud30; package = pkgs.nextcloud31;
configureRedis = true; configureRedis = true;
hostName = "nextcloud.crans.org"; hostName = "nextcloud.crans.org";