Clean up some hardware/machine/role configuration spaghetti

This commit is contained in:
Haak Saxberg 2023-11-06 20:54:23 -08:00
parent 0f74c957a1
commit a0d45ddbef
3 changed files with 17 additions and 7 deletions

View file

@ -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)