alpine: maintenance done
This commit is contained in:
parent
e5c16d34c6
commit
1e8c120e77
6 changed files with 19 additions and 20 deletions
|
|
@ -27,7 +27,6 @@ in {
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.tmp = {
|
||||
useTmpfs = lib.mkDefault true;
|
||||
cleanOnBoot = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
users.groups.media = {};
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
group = "media"; # access to user stuff
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue