From f225ac1cb5a3b5a92a42bbf29b1056d50fd73cb9 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Mon, 13 Jan 2025 23:49:03 +0100 Subject: [PATCH] Update Jared's user --- nixos/users/jared/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/users/jared/default.nix b/nixos/users/jared/default.nix index c163a85d..d6fe4294 100644 --- a/nixos/users/jared/default.nix +++ b/nixos/users/jared/default.nix @@ -6,13 +6,11 @@ in { imports = [ ] ++ lib.optional (builtins.isString desktop) ./desktop.nix; users = { - mutableUsers = false; users.jared = { isNormalUser = true; description = "Jared Coppeland"; # video is required for the "light" command to work extraGroups = [ "networkmanager" ] - ++ ifExists [ "keys" ] ++ ifExists [ "audio" ] ++ ifExists [ "video" ]; shell = pkgs.fish;