From 1a5fef8a9686e93777aad6ba0f98c76bbcd120ab Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:40:11 -0700 Subject: [PATCH] split --- users/tao.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/tao.nix b/users/tao.nix index c6c0eaa..993a593 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -71,6 +71,11 @@ virtualisation.spiceUSBRedirection.enable = true; programs.virt-manager.enable = true; + # virtualisation.virtualbox.host = { + # enable = true; + # enableExtensionPack = true; + # }; + age.secrets.syncthing-NOcomputer.file = ../secrets/syncthing-NOcomputer.age; age.secrets.syncthing-NOlaptop.file = ../secrets/syncthing-NOlaptop.age; age.secrets.syncthing-uwuraid.file = ../secrets/syncthing-uwuraid.age;