Use disko 'single-disk-ext4' template for vm host

This commit is contained in:
2025-10-05 12:31:08 +02:00
parent 53eca03a5b
commit 5ac67daf68
4 changed files with 47 additions and 13 deletions

View File

@@ -18,15 +18,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# These are needed for ZFS
networking.hostId = "25698a58";
# https://discourse.nixos.org/t/zfs-with-disko-faluire-to-import-zfs-pool/61988/3
boot = {
zfs = {
devNodes = "/dev/disk/by-uuid";
};
};
disko.devices.disk.main.device = "/dev/vda";
programs.git.enable = true;
programs.firefox.enable = true;