nixberry: automount share on yggdrasil

This commit is contained in:
Christoph Hollizeck 2025-12-04 11:01:16 +01:00
parent f0d21f461f
commit 8d5f52de19
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 21 additions and 2 deletions

View file

@ -59,8 +59,11 @@
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "8425e349";
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;
services.zfs = {
autoScrub.enable = true;
autoSnapshot.enable = true;
trim.enable = true;
};
disko.devices = {
disk = {