no wheel for thy

This commit is contained in:
2024-07-31 21:47:36 +02:00
parent aa52db52e3
commit c94f8ff0fa
8 changed files with 32 additions and 10 deletions

View File

@@ -2,11 +2,14 @@
{
programs.zsh.enable = true;
nix.settings.allowed-users = [ "daniel" ];
nix.settings.trusted-users = [ "daniel" ];
users.users.daniel = {
isNormalUser = true;
uid = 1003;
description = "daniel";
extraGroups = [ "wheel" ]; # TODO: NAS stuff
extraGroups = [ "users" ];
shell = pkgs.zsh;
packages = with pkgs; [
kitty.terminfo