no wheel for thy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user