Typo fix.
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
fileSystems."/data/media" = {
|
||||
device = "//fractal/media";
|
||||
fsType = "cifs";
|
||||
options = [ "uid=1000,${automount_opts},credentials=/etc/nixos/smb-secrets", ];
|
||||
options = [ "uid=1000,${automount_opts},credentials=/etc/nixos/smb-secrets" ];
|
||||
};
|
||||
|
||||
fileSystems."/data/shared" = {
|
||||
|
||||
Reference in New Issue
Block a user