diff --git a/server/fstab.nix b/server/fstab.nix index 8838bd0..b5a38e6 100644 --- a/server/fstab.nix +++ b/server/fstab.nix @@ -34,10 +34,6 @@ # device = "/dev/disk/by-uuid/7fcac808-491f-4846-a4a9-a34cc77cb43d"; # preLVM = true; # }; - # hnbox = { - # device = "/dev/disk/by-uuid/c7dd2d5a-b0b3-46a0-aca9-3d4975c1f0bc"; - # preLVM = true; - # }; }; kernelModules = [ "kvm-intel" ]; kernel.sysctl = { @@ -93,11 +89,6 @@ # "datacow" # ]; # }; - # "/mnt/disks/hnbox" = { - # device = "/dev/mapper/hnbox"; - # fsType = "btrfs"; - # options = [ "compress=zstd:3" "space_cache=v2" "commit=120" "datacow" ]; - # }; "/boot" = { device = "/dev/disk/by-uuid/c574cb53-dc40-46db-beff-0fe8a4787156"; fsType = "ext4"; diff --git a/workstation/configuration.org b/workstation/configuration.org index 828132c..11b6bac 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -916,7 +916,6 @@ environment = { ''; }; systemPackages = with pkgs; [ - # virt-manager wget gwe ]; @@ -1168,10 +1167,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