From 337270d0d01e704c98ff89574be26c7d9dce3c34 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 5 Dec 2024 09:24:29 +0100 Subject: [PATCH 1/2] added some fetch programs --- appserver/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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. From bc4578a678073be77832b4ad4af8591e01d03c32 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sun, 8 Dec 2024 17:45:58 +0100 Subject: [PATCH 2/2] dotnet-wrapped-combined to permitInsecure --- workstation/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 21b18c3..20bd515 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -154,6 +154,8 @@ "dotnet-core-combined" "dotnet-runtime-6.0.36" "dotnet-sdk-wrapped-7.0.120" + "dotnet-core-combined" + ];