Move snowflake to all systems, modify ly's sorting behavior

This commit is contained in:
Jimbo 2024-12-27 07:53:05 -05:00
parent 8d16c69725
commit da6df2f98e
12 changed files with 22 additions and 36 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
services.nfs.server = {
enable = config.system.server.enable;
exports = ''
/export/JimboNFS/Files *(rw,sync,no_subtree_check)
/export/JimboNFS/Media *(rw,sync,no_subtree_check)
/export/JimboNFS/Music *(rw,sync,no_subtree_check)
'';
};
}