From b54c018a59d94bee698d16e2f7f58990fb5d1cec Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 19:39:32 -0700 Subject: refactor users to a module --- hosts/common/system/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/common/system/default.nix') diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix index 2b48e4e..291314b 100644 --- a/hosts/common/system/default.nix +++ b/hosts/common/system/default.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { - imports = - [ ./boot.nix ./hardware.nix ./network.nix ./security.nix ./users.nix ]; + imports = [ ./boot.nix ./hardware.nix ./network.nix ./security.nix ]; } -- cgit v1.2.3