Ajout autofs

nextcloud
RatCornu 2025-06-07 20:11:18 +02:00
parent 7bb4fef46b
commit 0d2c8bd7ab
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 8 additions and 0 deletions

View File

@ -17,5 +17,13 @@
fsType = "nfs"; fsType = "nfs";
}; };
services.autofs = {
enable = true;
autoMaster = ''
/home-nextcloud /etc/auto.master.d/home-nextcloud.sh -t60
'';
};
system.stateVersion = "25.05"; system.stateVersion = "25.05";
} }