mirror of https://gitlab.crans.org/nounous/nixos
MAJ nextcloud + ajout pool home
parent
abe9e830ba
commit
7bb4fef46b
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue