mirror of https://gitlab.crans.org/nounous/nixos
MAJ nextcloud + ajout pool home
parent
abe9e830ba
commit
7bb4fef46b
|
@ -12,5 +12,10 @@
|
|||
networking.hostName = "nextcloud";
|
||||
boot.loader.grub.devices = [ "/dev/sda" ];
|
||||
|
||||
fileSystems."/home-adh" = {
|
||||
device = "172.16.4.2:/pool/home";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud30;
|
||||
package = pkgs.nextcloud31;
|
||||
|
||||
configureRedis = true;
|
||||
hostName = "nextcloud.crans.org";
|
||||
|
|
Loading…
Reference in New Issue