From 4e7029da24c66dea7f1b69623f42cd062d734949 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 6 Oct 2025 15:42:38 -0400 Subject: [PATCH 1/6] vbox --- hosts/common/optional/vbox.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/hosts/common/optional/vbox.nix b/hosts/common/optional/vbox.nix index e31220a..d643606 100644 --- a/hosts/common/optional/vbox.nix +++ b/hosts/common/optional/vbox.nix @@ -1,6 +1,14 @@ { - virtualisation.virtualbox.host = { - enable = true; - addNetworkInterface = true; + virtualisation.virtualbox = { + host = { + enable = true; + addNetworkInterface = true; + }; + guest = { + enable = true; + vboxsf = true; + dragAndDrop = true; + clipboard = true; + }; }; } From 52e0280e1d7a90b8ba18f03fa2fb9cc148d59a6d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 6 Oct 2025 15:46:17 -0400 Subject: [PATCH 2/6] vbox --- hosts/common/users/primary/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/users/primary/nixos.nix b/hosts/common/users/primary/nixos.nix index 283f222..8302a24 100644 --- a/hosts/common/users/primary/nixos.nix +++ b/hosts/common/users/primary/nixos.nix @@ -38,6 +38,7 @@ in { "networkmanager" "scanner" # for print/scan" "lp" # for print/scan" + "vboxusers" ]) ]; }; From 49526df73cb78fa33934f7b749a1c508f84f648f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 7 Oct 2025 09:08:43 -0400 Subject: [PATCH 3/6] pvpn --- home/crow/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index e78c842..46e3812 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -32,6 +32,7 @@ in { bitwarden-cli yaak vimgolf + protonvpn-cli ; }; From fd53629c6d690f26e5c1e9ded6954a34958ed946 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 7 Oct 2025 09:38:33 -0400 Subject: [PATCH 4/6] pvpn --- home/crow/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index 46e3812..235c3fd 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -33,6 +33,7 @@ in { yaak vimgolf protonvpn-cli + protonvpn-gui ; }; From f14042103f284683b35a2744383b5fbbd78173dd Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 7 Oct 2025 09:51:29 -0400 Subject: [PATCH 5/6] remove nebula; looking into headscale --- hosts/common/core/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 10873a8..f118186 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -27,7 +27,6 @@ in { "hosts/common/core/editor.nix" "hosts/common/core/fonts.nix" "hosts/common/core/sudo.nix" - "hosts/common/core/nebula.nix" "hosts/common/core/avahi.nix" "hosts/common/core/dns.nix" "hosts/common/users/primary" From f57de7cabe9cce6b5bb3941586700085f90da8eb Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 7 Oct 2025 17:05:48 -0400 Subject: [PATCH 6/6] httpie is the best thing since sliced bread --- home/crow/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index 235c3fd..d87f96e 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -32,6 +32,7 @@ in { bitwarden-cli yaak vimgolf + httpie protonvpn-cli protonvpn-gui ;