removed virt (+ small changes)
This commit is contained in:
parent
3ce687e5a6
commit
8a0cf7dabc
2 changed files with 2 additions and 8 deletions
|
@ -7,9 +7,8 @@
|
|||
./audio.nix
|
||||
./docker.nix
|
||||
./fonts.nix
|
||||
./virt.nix
|
||||
./gnome
|
||||
# ./niri
|
||||
./niri
|
||||
];
|
||||
|
||||
# Allow packages from nixpkgs
|
||||
|
@ -22,7 +21,7 @@
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 1w";
|
||||
};
|
||||
settings.auto-optimise-store = true;
|
||||
};
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ ... }: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
users.users.twoneis.extraGroups = [ "libvirtd" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue