l domsen: add XANF_TEAM user
This commit is contained in:
parent
d703e20158
commit
30f73aab5d
|
@ -175,6 +175,7 @@ in {
|
|||
|
||||
users.users.xanf = {
|
||||
uid = genid_uint31 "xanf";
|
||||
group = "xanf";
|
||||
home = "/home/xanf";
|
||||
useDefaultShell = true;
|
||||
createHome = true;
|
||||
|
@ -252,6 +253,16 @@ in {
|
|||
createHome = true;
|
||||
};
|
||||
|
||||
users.users.XANF_TEAM = {
|
||||
uid = genid_uint31 "XANF_TEAM";
|
||||
group = "xanf";
|
||||
home = "/home/XANF_TEAM";
|
||||
useDefaultShell = true;
|
||||
createHome = true;
|
||||
};
|
||||
|
||||
users.groups.xanf = {};
|
||||
|
||||
krebs.on-failure.plans.restic-backups-domsen = {
|
||||
journalctl = {
|
||||
lines = 1000;
|
||||
|
|
Loading…
Reference in a new issue