diff options
author | Silas Schöffel <sils@sils.li> | 2025-04-07 15:01:35 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-04-07 15:30:01 +0200 |
commit | c0c8aa5fbb4ff3f6dc73c51a6333698411b7fe7e (patch) | |
tree | 45598a781ce90a8ef332527569fbee1a47654bad /hosts/by-name/server2/configuration.nix | |
parent | hosts/server2: Format (diff) | |
download | nixos-server-c0c8aa5fbb4ff3f6dc73c51a6333698411b7fe7e.zip |
nextcloud: init on server2
Diffstat (limited to 'hosts/by-name/server2/configuration.nix')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index ffd212f..a11085e 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -61,6 +61,11 @@ enable = true; fqdn = "mail.foss-syndicate.org"; }; + nextcloud = { + enable = true; + hostname = "nextcloud.vhack.eu"; + adminpassFile = ./secrets/nextcloud/adminpassFile.age; + }; nginx = { enable = true; redirects = { |