mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Move Grafana to hel1
This commit is contained in:
parent
f18644f8a1
commit
e7caa4e487
6 changed files with 241 additions and 242 deletions
|
|
@ -33,10 +33,15 @@ in
|
|||
forceSSL = true;
|
||||
};
|
||||
|
||||
# Can't change home dir for now, use bind mount as workaround
|
||||
# https://github.com/NixOS/nixpkgs/issues/356973
|
||||
fileSystems."/var/lib/nextcloud" = {
|
||||
device = "/nix/var/data/nextcloud";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
# Can't be changed for now, could use a bind mount as workaround
|
||||
# https://github.com/NixOS/nixpkgs/issues/356973
|
||||
# home = "/nix/var/data/nextcloud";
|
||||
package = pkgs.nextcloud29;
|
||||
hostName = "cloud.${config.networking.domain}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue