alpine: maintenance done

This commit is contained in:
Tristan 2025-06-02 10:02:11 +01:00
parent e5c16d34c6
commit 1e8c120e77
6 changed files with 19 additions and 20 deletions

View file

@ -27,7 +27,6 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
boot.tmp = {
useTmpfs = lib.mkDefault true;
cleanOnBoot = true;
};
networking.networkmanager.enable = true;

View file

@ -1,4 +1,5 @@
{
users.groups.media = {};
services.jellyfin = {
enable = true;
group = "media"; # access to user stuff

View file

@ -2,7 +2,7 @@
inherit (config.services) prometheus;
nodes = [
"alpine"
"framework-13"
"100.106.49.128"
"zenix"
];
addPort = ip: "${ip}:${toString prometheus.exporters.node.port}";
@ -82,7 +82,7 @@ in {
# ntfy = {
# baseurl = "https://up.tristans.cloud";
# notification = {
# topic = "alertmanager";
# topic = "alert";
# };
# };
# };

View file

@ -4,7 +4,7 @@
in {
services.vaultwarden = {
enable = true;
# backupDir = "/mnt/storage/backups/vaultwarden";
backupDir = "/mnt/storage/backups/vaultwarden";
};
services.nginx.virtualHosts.${domain} = {
forceSSL = true;