diff --git a/application-configuration.nix b/application-configuration.nix index 6ad02cd..8140492 100644 --- a/application-configuration.nix +++ b/application-configuration.nix @@ -5,7 +5,6 @@ [ # apps firefox - ungoogled-chromium kate qalculate-qt keepassxc @@ -18,9 +17,6 @@ tor-browser-bundle-bin yubikey-manager-qt libsForQt5.kdeconnect-kde - - # virtualisation - docker-compose ]; }; @@ -43,32 +39,4 @@ }; # yubikey - services.pcscd.enable = true; - - # docker and libvirt - programs.virt-manager.enable = true; - virtualisation = { - docker.enable = true; - - # enable libvirt - spiceUSBRedirection.enable = true; - libvirtd = { - enable = true; - qemu = { - package = pkgs.qemu_kvm; - runAsRoot = true; - swtpm.enable = true; - ovmf = { - enable = true; - packages = [ - (pkgs.OVMF.override { - secureBoot = true; - tpmSupport = true; - }).fd - ]; - }; - }; - }; - }; - users.users.caleb.extraGroups = [ "libvirtd" "docker" ]; -} + services.pcscd.enable = true; \ No newline at end of file diff --git a/configuration.nix b/configuration.nix index 7ce6662..615f107 100644 --- a/configuration.nix +++ b/configuration.nix @@ -43,8 +43,6 @@ "steam" "steam-original" "steam-run" - "vscode-extension-ms-vscode-cpptools" - "vscode-extension-ms-vscode-remote-remote-ssh" "nvidia-x11" "nvidia-settings" @@ -52,6 +50,8 @@ "vscode" "code" + "vscode-extension-ms-vscode-cpptools" + "vscode-extension-ms-vscode-remote-remote-ssh" ]; # Enable the X11 windowing system.