remove references to isSystemUser and fix eval of tested job
This commit is contained in:
parent
dea562b6b9
commit
ee14f8da9a
@ -1025,7 +1025,6 @@ users.extraUsers.alice =
|
|||||||
home = "/home/alice";
|
home = "/home/alice";
|
||||||
description = "Alice Foobar";
|
description = "Alice Foobar";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
isSystemUser = false;
|
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
openssh.authorizedKeys.keys = [ "ssh-dss AAAAB3Nza... alice@foobar" ];
|
openssh.authorizedKeys.keys = [ "ssh-dss AAAAB3Nza... alice@foobar" ];
|
||||||
};
|
};
|
||||||
|
@ -11,6 +11,6 @@
|
|||||||
createHome = true;
|
createHome = true;
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
password = "demo";
|
password = "demo";
|
||||||
isSystemUser = false;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,6 @@
|
|||||||
createHome = true;
|
createHome = true;
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
password = "foobar";
|
password = "foobar";
|
||||||
|
uid = 1000;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user