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
|
./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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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