From 29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 2 Jun 2025 16:32:31 -0500 Subject: Add "main" module and refactor hosts to use it --- hosts/ades/users.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hosts/ades/users.nix') diff --git a/hosts/ades/users.nix b/hosts/ades/users.nix index 9da8982..f7f1cfc 100644 --- a/hosts/ades/users.nix +++ b/hosts/ades/users.nix @@ -4,8 +4,4 @@ this.users.enabled = [ "simon" ]; - - users.users.simon = { - shell = lib.mkForce pkgs.bash; - }; } -- cgit v1.2.3