feat: add tunnel user
This commit is contained in:
parent
e912607a61
commit
62d230adf6
4 changed files with 43 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue