parent
1e71533c6b
commit
5af138568a
|
@ -9,8 +9,8 @@
|
|||
../modules/navidrome.nix
|
||||
../modules/transmission.nix
|
||||
../modules/prometheus-node.nix
|
||||
../docker/appsmith.nix
|
||||
../docker/baserow.nix
|
||||
# ../docker/appsmith.nix
|
||||
# ../docker/baserow.nix
|
||||
./agenix.nix
|
||||
# <agenix/modules/age.nix>
|
||||
];
|
||||
|
|
|
@ -48,7 +48,7 @@ security.acme.acceptTerms = true;
|
|||
# Actual Nextcloud Config
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud24;
|
||||
package = pkgs.nextcloud25;
|
||||
hostName = "next.atlanticaweb.fr";
|
||||
# Enable built-in virtual host management
|
||||
# Takes care of somewhat complicated setup
|
||||
|
|
Loading…
Reference in New Issue