From 83a4fa2e67b2c86312c97aec74bbeaedfbfecc5f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 22 Aug 2024 00:48:36 -0400 Subject: [PATCH] remove richie from palatine-hill --- systems/palatine-hill/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ]; }