feat: nextcloud reverse proxy
This commit is contained in:
parent
2c628abdc0
commit
add7bfc2c1
8 changed files with 307 additions and 361 deletions
|
|
@ -17,13 +17,17 @@
|
|||
./networking.nix
|
||||
./services.nix
|
||||
./nginx.nix
|
||||
./nextcloud.nix
|
||||
./step-ca.nix
|
||||
../../modules/presets/minimal.nix
|
||||
../../modules/bluetooth.nix
|
||||
../../modules/cuda.nix
|
||||
../../modules/gc.nix
|
||||
../../modules/certbot.nix
|
||||
(import ../../modules/nextcloud.nix {
|
||||
hostname = "nextcloud.net.dn";
|
||||
dataBackupPath = "/mnt/backup_dn";
|
||||
dbBackupPath = "/mnt/backup_dn";
|
||||
})
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue