random
This commit is contained in:
parent
43d469f225
commit
35a5650988
7 changed files with 35 additions and 76 deletions
|
|
@ -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 = [ ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue