removed ester user

This commit is contained in:
Leyla Becker 2025-01-21 15:56:40 -06:00
parent cd825313dc
commit 4d0aa119b0
10 changed files with 1 additions and 134 deletions

View file

@ -11,10 +11,6 @@ in {
name = lib.mkForce host.users.leyla.name;
home = lib.mkForce "/home/${host.users.leyla.name}";
};
ester = {
name = lib.mkForce host.users.ester.name;
home = lib.mkForce "/home/${host.users.ester.name}";
};
};
};
}