This commit is contained in:
2025-12-23 13:48:12 +03:00
parent 3e9e074cc5
commit 8cc33846b0
15 changed files with 121 additions and 266 deletions
+4 -1
View File
@@ -5,11 +5,14 @@
environment.systemPackages = with pkgs; [ kitty qbittorrent ];
programs.ssh.startAgent = true;
services.gnome.gcr-ssh-agent.enable = lib.mkForce false;
# Failed to restart network-addresses-vboxnet0.service
virtualisation.virtualbox.host.enable = true;
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
users.extraGroups.vboxusers.members = [ "krosh" ];
# users.extraGroups.vboxusers.members = [ "krosh" ];
programs.firefox.enable = true;
programs.zsh.enable = true;