refactoring

This commit is contained in:
2024-10-17 15:45:29 -04:00
parent 59dd30a67d
commit 4ec6a035a5
9 changed files with 33 additions and 37 deletions

View File

@@ -119,7 +119,7 @@
tmux
(pkgs.writeScriptBin "mc-attach" ''
(pkgs.writeScriptBin "mc-console" ''
#!/bin/sh
${pkgs.tmux}/bin/tmux -S /run/minecraft/${service_configs.minecraft.server_name}.sock attach
'')
@@ -237,9 +237,9 @@
"render"
"minecraft"
"gitea"
"jellyfin"
"ollama"
config.services.gitea.group
config.services.jellyfin.group
config.services.caddy.group
];
hashedPasswordFile = "/etc/nixos/secrets/hashedPass";