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"
|
"fluffychat-web-1.22.1"
|
||||||
"olm-3.2.16"
|
"olm-3.2.16"
|
||||||
];
|
];
|
||||||
|
|
||||||
# services.systembus-notify.enable = true;
|
# services.systembus-notify.enable = true;
|
||||||
|
|
||||||
services.printing.drivers = [pkgs.cnijfilter2];
|
services.printing.drivers = [pkgs.cnijfilter2];
|
||||||
|
|
|
@ -10,14 +10,15 @@ in {
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../common/base.nix
|
../../common/base.nix
|
||||||
|
|
||||||
./forgejo.nix
|
./services/tasiaiso.nix
|
||||||
./grafana.nix
|
|
||||||
./tasiaiso.nix
|
./services/forgejo.nix
|
||||||
./wallabag.nix
|
./services/grafana.nix
|
||||||
./nextcloud.nix
|
./services/wallabag.nix
|
||||||
./vaultwarden.nix
|
./services/nextcloud.nix
|
||||||
./linkding.nix
|
./services/vaultwarden.nix
|
||||||
./uptime-kuma.nix
|
./services/linkding.nix
|
||||||
|
./services/uptime-kuma.nix
|
||||||
# ./thymis.nix
|
# ./thymis.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,4 @@
|
||||||
PORT = "4000";
|
PORT = "4000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -1,4 +1,8 @@
|
||||||
{inputs, config, ...}: {
|
{
|
||||||
|
inputs,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
services.nginx.virtualHosts."vault.vulpecula.zone" = {
|
services.nginx.virtualHosts."vault.vulpecula.zone" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
Loading…
Reference in a new issue