move vulpecula's services to its own subfolder
This commit is contained in:
parent
f11def9807
commit
cf95ce130e
|
@ -127,7 +127,7 @@ in {
|
|||
"fluffychat-web-1.22.1"
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
|
||||
# services.systembus-notify.enable = true;
|
||||
|
||||
services.printing.drivers = [pkgs.cnijfilter2];
|
||||
|
|
|
@ -10,14 +10,15 @@ in {
|
|||
./hardware-configuration.nix
|
||||
../../common/base.nix
|
||||
|
||||
./forgejo.nix
|
||||
./grafana.nix
|
||||
./tasiaiso.nix
|
||||
./wallabag.nix
|
||||
./nextcloud.nix
|
||||
./vaultwarden.nix
|
||||
./linkding.nix
|
||||
./uptime-kuma.nix
|
||||
./services/tasiaiso.nix
|
||||
|
||||
./services/forgejo.nix
|
||||
./services/grafana.nix
|
||||
./services/wallabag.nix
|
||||
./services/nextcloud.nix
|
||||
./services/vaultwarden.nix
|
||||
./services/linkding.nix
|
||||
./services/uptime-kuma.nix
|
||||
# ./thymis.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
PORT = "4000";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
|
@ -1,4 +1,8 @@
|
|||
{inputs, config, ...}: {
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.nginx.virtualHosts."vault.vulpecula.zone" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
Loading…
Reference in a new issue