move vulpecula's services to its own subfolder

This commit is contained in:
Tasia Iso 2025-02-09 22:13:51 +01:00
parent f11def9807
commit cf95ce130e
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
12 changed files with 16 additions and 11 deletions

View file

@ -127,7 +127,7 @@ in {
"fluffychat-web-1.22.1"
"olm-3.2.16"
];
# services.systembus-notify.enable = true;
services.printing.drivers = [pkgs.cnijfilter2];

View file

@ -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
];

View file

@ -11,4 +11,4 @@
PORT = "4000";
};
};
}
}

View file

@ -1,4 +1,8 @@
{inputs, config, ...}: {
{
inputs,
config,
...
}: {
services.nginx.virtualHosts."vault.vulpecula.zone" = {
addSSL = true;
enableACME = true;