diff --git a/hosts/buildbox/configuration.nix b/hosts/buildbox/configuration.nix index 5172376..1759d1e 100644 --- a/hosts/buildbox/configuration.nix +++ b/hosts/buildbox/configuration.nix @@ -85,10 +85,6 @@ variant = ""; }; - # Enable VSCode Server - services.vscode-server.enable = true; - - # Enable CUPS to print documents. services.printing.enable = false; diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 43c6470..c3d8156 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -56,17 +56,15 @@ # services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. - programs.zsh.enable = true; - users.users.rogueking = { + programs.zsh.enable = true; + users.users.rogueking = { # isNormalUser = true; description = "rogueking"; - extraGroups = [ "admin" "staff" "wheel" "docker" ]; + # extraGroups = [ "admin" "staff" "wheel" "docker" ]; shell = pkgs.zsh; - #packages = [ inputs.home-manager.packages.${pkgs.system}.default ]; packages = with pkgs; [ #apps #cli - # thunderbird ]; };