fstab & virt changes

This commit is contained in:
2024-04-04 00:21:13 -06:00
parent da91eb3699
commit 02397ee72a
2 changed files with 3 additions and 14 deletions

View File

@@ -917,7 +917,6 @@ environment = {
'';
};
systemPackages = with pkgs; [
# virt-manager
wget
gwe
];
@@ -1188,10 +1187,9 @@ On this section, you can also add virtual machines settings.
#+begin_src nix
# programs.virt-manager.enable = true;
programs.dconf.enable = true; # virt-manager requires dconf to remember settings
virtualisation = {
libvirtd.enable = false;
};
# virtualisation = {
# libvirtd.enable = true;
# };
#+end_src
* CLOSE SYSTEM