Remove some old comments
This commit is contained in:
parent
ab15d1fde2
commit
9e0a23893c
1 changed files with 0 additions and 4 deletions
|
|
@ -4,14 +4,10 @@
|
|||
cifs-utils
|
||||
];
|
||||
|
||||
# For mount.cifs, required unless domain name resolution is not needed.
|
||||
fileSystems."/mnt/kafka/video" = {
|
||||
device = "//kafka.local/video";
|
||||
fsType = "cifs";
|
||||
|
||||
options = ["credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
||||
# options = let
|
||||
# automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user,users";
|
||||
# in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue