mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
carbon: reworked fs mount
This commit is contained in:
parent
76c3c0ce13
commit
35c1ea0822
3 changed files with 36 additions and 13 deletions
|
|
@ -5,19 +5,6 @@
|
|||
|
||||
services.openssh.enable = true;
|
||||
|
||||
fileSystems."/mnt/data" = {
|
||||
device = "10.0.0.20:/mnt/mainPool/data";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"ro"
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.idle-timeout=30min"
|
||||
"x-systemd.device-timeout=5s"
|
||||
"x-systemd.mount-timeout=5s"
|
||||
];
|
||||
};
|
||||
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
userControlled.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue