diff --git a/systems/palatine-hill/default.nix b/systems/palatine-hill/default.nix index 94d5707..2523b31 100644 --- a/systems/palatine-hill/default.nix +++ b/systems/palatine-hill/default.nix @@ -1,8 +1,5 @@ { inputs, ... }: { - users = [ - "alice" - "richie" - ]; + users = [ "alice" ]; modules = [ inputs.attic.nixosModules.atticd ]; }