From a71ddaf5bd21c60f576938e7c9891c4a2e632b44 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 22 Nov 2024 02:19:41 -0600 Subject: [PATCH] re enabled ester and eve users on horizon --- hosts/horizon/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/horizon/configuration.nix b/hosts/horizon/configuration.nix index d176522..7b85581 100644 --- a/hosts/horizon/configuration.nix +++ b/hosts/horizon/configuration.nix @@ -9,12 +9,12 @@ leyla = { isDesktopUser = true; }; - # ester = { - # isDesktopUser = true; - # }; - # eve = { - # isDesktopUser = true; - # }; + ester = { + isDesktopUser = true; + }; + eve = { + isDesktopUser = true; + }; }; # enabled virtualisation for docker