forked from nyanloutre/nixos-config
set autossh as system user
This commit is contained in:
parent
a1d875e903
commit
c3a629cc03
@ -173,6 +173,7 @@
|
|||||||
home = "/home/autossh";
|
home = "/home/autossh";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
group = "autossh";
|
group = "autossh";
|
||||||
|
isSystemUser = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user