diff --git a/glasshouse-desktop/configuration.nix b/glasshouse-desktop/configuration.nix index 9cc1ae6..d27cbbc 100644 --- a/glasshouse-desktop/configuration.nix +++ b/glasshouse-desktop/configuration.nix @@ -53,6 +53,7 @@ security.sudo.extraConfig = '' pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild ''; + asdasdasdasd users.users.pagedmov = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.