nixberry: automount share on yggdrasil
This commit is contained in:
parent
f0d21f461f
commit
8d5f52de19
2 changed files with 21 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue