added isPrincipleUser to users
This commit is contained in:
parent
ddc087a548
commit
aa7c2a2a15
5 changed files with 148 additions and 83 deletions
|
@ -10,7 +10,11 @@
|
|||
|
||||
host = {
|
||||
users = {
|
||||
leyla.isDesktopUser = true;
|
||||
leyla = {
|
||||
isDesktopUser = true;
|
||||
isTerminalUser = true;
|
||||
isPrincipleUser = true;
|
||||
};
|
||||
ester.isDesktopUser = true;
|
||||
eve.isDesktopUser = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue