From e4d43fc5234a5f8548ebcce096c44d4a9fb3b90f Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 25 Feb 2022 09:51:51 -0500 Subject: [PATCH] rename test account --- modules/security-tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/security-tools.nix b/modules/security-tools.nix index a1d6298..82a8dfd 100644 --- a/modules/security-tools.nix +++ b/modules/security-tools.nix @@ -15,11 +15,11 @@ in wireshark.package = pkgs.wireshark; }; - users.users.sandy = { + users.users.zim = { group = "users"; isSystemUser = true; useDefaultShell = true; - home = "/home/sandy"; + home = "/home/zim"; createHome = true; }; };