From 3d77a921ef63651eab82ff08a714f15d0b67e4cc Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 11 Jul 2024 20:20:33 +0200 Subject: [PATCH] infra: root is system user not normal user --- nix/infra/users/root.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/infra/users/root.nix b/nix/infra/users/root.nix index 062d376..619c407 100644 --- a/nix/infra/users/root.nix +++ b/nix/infra/users/root.nix @@ -8,7 +8,6 @@ in { users.users = { ${name} = { - isNormalUser = true; shell = pkgs.nushell; description = "Administartor"; };