feat: add tunnel user

This commit is contained in:
Katharina Heidenreich 2026-04-10 22:21:11 +02:00
parent e912607a61
commit 62d230adf6
4 changed files with 43 additions and 0 deletions

View file

@ -9,6 +9,14 @@
hashedPassword = "$y$j9T$NiaiVxQKs0C1V4VdCFKBO.$P6RfBDTyJfPJJzKyHf9PJEy9Ku5M6AU57U98nVD6wP6";
};
users.users.tunnel = {
isSystemUser = true;
group = "nogroup";
shell = pkgs.nologin;
createHome = true;
home = "/var/lib/tunnel";
};
users.users.autossh-incoming = {
isSystemUser = true;
group = "autossh-incoming";