nextcloud and sops-nix
This commit is contained in:
parent
a49f3d34ab
commit
c32ab6ba1f
10 changed files with 175 additions and 119 deletions
|
|
@ -17,6 +17,7 @@ in {
|
|||
../nixos/services/prometheus.nix
|
||||
../nixos/services/grafana.nix
|
||||
../nixos/services/synapse.nix
|
||||
../nixos/services/nextcloud.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "sd_mod"];
|
||||
|
|
@ -188,5 +189,7 @@ in {
|
|||
http_port = 3001; # forgejo and grafana default to 3000
|
||||
};
|
||||
|
||||
services.nextcloud.hostName = "files.tristans.cloud";
|
||||
|
||||
services.forgejo.settings.server.DOMAIN = "git.tristans.cloud";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue