laptop: Reconfigure mounts

This commit is contained in:
Lgmrszd 2025-02-27 23:59:14 +04:00
parent 03f91f3817
commit 6fc8040197
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 9 additions and 27 deletions

View file

@ -13,21 +13,4 @@
options = "defaults,exec,noauto,prealloc,uid=1000,gid=100";
}
];
systemd.automounts = [
{
where = "/mounts/my_data";
wantedBy = ["multi-user.target"];
automountConfig = {
TimeoutIdleSec = 901;
};
}
{
where = "/mounts/windows";
wantedBy = ["multi-user.target"];
automountConfig = {
TimeoutIdleSec = 901;
};
}
];
}