diff --git a/appserver/configuration.nix b/appserver/configuration.nix index e1a3d42..16a2806 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -15,7 +15,6 @@ ./audiobook.nix #./ollama.nix ./forgejo.nix - ./open-vscode-server.nix ]; # Swap zram @@ -67,17 +66,16 @@ "networkmanager" "libvirt" "podman" - "incus-admin" + "incus-admin" ]; packages = with pkgs; [ - bottom + bottom fastfetch nerdfetch ]; }; environment.systemPackages = with pkgs; [ neovim emacs nano curl htop glances kitty wget git inxi nethogs fastfetch - emacsPackages.vterm ]; # Enable the OpenSSH daemon.