mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
neat zfs stuff
This commit is contained in:
parent
829bec856c
commit
7d42e61e3d
|
@ -21,6 +21,8 @@
|
|||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
};
|
||||
services.zfs.autoScrub.enable = true;
|
||||
services.zfs.autoSnapshot.enable = true;
|
||||
|
||||
networking.hostName = "nuc"; # Define your hostname.
|
||||
networking.hostId = "795a4952";
|
||||
|
|
Loading…
Reference in a new issue