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
|
||||||
zfs.enable = true;
|
zfs.enable = true;
|
||||||
zfs.mountPoolsAtBoot = [ "eru" ];
|
zfs.mountPoolsAtBoot = [
|
||||||
|
"eru"
|
||||||
|
"moria"
|
||||||
|
];
|
||||||
# NFS
|
# NFS
|
||||||
nfs.enable = true;
|
nfs.enable = true;
|
||||||
# Samba
|
# Samba
|
||||||
|
|
Loading…
Reference in a new issue