chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-02-13 11:17:09 +01:00
commit 43fc67dfc7
11 changed files with 280 additions and 335 deletions

View file

@ -1,7 +1,12 @@
{ ... }:
{
fileSystems."/nfs" = {
fileSystems."/mnt" = {
device = "harbour:/mnt/main/main_big";
fsType = "nfs";
options = [
"rw"
# "uid=1000"
# "gid=100"
];
};
}