removed virt (+ small changes)

This commit is contained in:
twoneis 2024-01-13 04:49:29 +01:00
parent 3ce687e5a6
commit 8a0cf7dabc
2 changed files with 2 additions and 8 deletions

View file

@ -7,9 +7,8 @@
./audio.nix ./audio.nix
./docker.nix ./docker.nix
./fonts.nix ./fonts.nix
./virt.nix
./gnome ./gnome
# ./niri ./niri
]; ];
# Allow packages from nixpkgs # Allow packages from nixpkgs
@ -22,7 +21,7 @@
gc = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 1w";
}; };
settings.auto-optimise-store = true; settings.auto-optimise-store = true;
}; };

View file

@ -1,5 +0,0 @@
{ ... }: {
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
users.users.twoneis.extraGroups = [ "libvirtd" ];
}