forked from jan-leila/nix-config
re enabled ester and eve users on horizon
This commit is contained in:
parent
747119936b
commit
a71ddaf5bd
1 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,12 @@
|
|||
leyla = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
# ester = {
|
||||
# isDesktopUser = true;
|
||||
# };
|
||||
# eve = {
|
||||
# isDesktopUser = true;
|
||||
# };
|
||||
ester = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
eve = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
};
|
||||
|
||||
# enabled virtualisation for docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue