diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 6aceb33..defb94c 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -108,7 +108,8 @@ programs.steam.enable = true; programs.zsh.enable = true; - + services.teamviewer.enable = true; + users.users.geir = { isNormalUser = true; extraGroups = [ "networkmanager" "wheel" ];