init nextcloud
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
./teamspeak.nix
|
||||
./nginx.nix
|
||||
./gitlab.nix
|
||||
./nextcloud.nix
|
||||
];
|
||||
}
|
||||
|
||||
8
services/nextcloud.nix
Normal file
8
services/nextcloud.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."cloud.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user