format
This commit is contained in:
parent
7fc3164ab8
commit
a8b581f499
12 changed files with 81 additions and 64 deletions
|
|
@ -9,17 +9,10 @@
|
|||
in {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
../nixos/services/anki.nix
|
||||
../nixos/services/forgejo.nix
|
||||
../nixos/services/vaultwarden.nix
|
||||
../nixos/services/jellyfin.nix
|
||||
../nixos/services/mpd.nix
|
||||
../nixos/services/prometheus.nix
|
||||
../nixos/services/grafana.nix
|
||||
../nixos/services/synapse.nix
|
||||
../nixos/services/nextcloud.nix
|
||||
];
|
||||
|
||||
networking.domain = "tristans.cloud";
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = [];
|
||||
|
|
@ -185,11 +178,6 @@ in {
|
|||
};
|
||||
|
||||
services.grafana.settings.server = {
|
||||
domain = "monitor.tristans.cloud";
|
||||
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