This commit is contained in:
outfoxxed 2026-01-04 00:14:53 -08:00
parent 43d469f225
commit 35a5650988
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 35 additions and 76 deletions

View file

@ -13,10 +13,10 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "fd4421b3";
systemd.services.zfs-mount.enable = false;
services.zfs.autoScrub.enable = true;
#boot.supportedFilesystems = [ "zfs" ];
#networking.hostId = "fd4421b3";
#systemd.services.zfs-mount.enable = false;
#services.zfs.autoScrub.enable = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/c9cb1730-c0d1-4a2e-a092-12dfa7098476";
@ -28,6 +28,7 @@
fsType = "vfat";
};
/*
fileSystems."/pool/games" = {
fsType = "zfs";
device = "pool/games";
@ -42,6 +43,7 @@
fsType = "zfs";
device = "pool/music";
};
*/
swapDevices = [ ];