import moria at boot
This commit is contained in:
parent
8f841bba81
commit
0854af3f80
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,10 @@ in
|
|||
};
|
||||
# ZFS
|
||||
zfs.enable = true;
|
||||
zfs.mountPoolsAtBoot = [ "eru" ];
|
||||
zfs.mountPoolsAtBoot = [
|
||||
"eru"
|
||||
"moria"
|
||||
];
|
||||
# NFS
|
||||
nfs.enable = true;
|
||||
# Samba
|
||||
|
|
Loading…
Reference in a new issue