Clean up some hardware/machine/role configuration spaghetti
This commit is contained in:
parent
0f74c957a1
commit
a0d45ddbef
3 changed files with 17 additions and 7 deletions
|
|
@ -83,6 +83,11 @@ in
|
|||
../home/programs/beets
|
||||
];
|
||||
|
||||
fileSystems."/export/storage" =
|
||||
{
|
||||
device = "/storage";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
services.nfs.server.enable = true;
|
||||
services.nfs.server.exports = ''
|
||||
/export 192.168.1.0/24(insecure,rw,sync,crossmnt,no_subtree_check,fsid=0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue