flake final

This commit is contained in:
2025-12-14 02:29:38 +03:00
parent 37ff696f8c
commit 631784560f
6 changed files with 246 additions and 34 deletions
+2
View File
@@ -13,6 +13,8 @@
];
programs.ssh.startAgent = true;
# services.gnome.gnome-keyring.enable = lib.mkForce false;
services.gnome.gcr-ssh-agent.enable = lib.mkForce false;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
+1
View File
@@ -5,6 +5,7 @@
environment.systemPackages = with pkgs; [ kitty qbittorrent ];
# Failed to restart network-addresses-vboxnet0.service
virtualisation.virtualbox.host.enable = true;
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;