From 41eacfec02344513dcfea1dcc6b330fc04255f90 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 2 Dec 2025 20:39:25 +0000 Subject: [PATCH] Typo fix. --- common/cifs-client.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cifs-client.nix b/common/cifs-client.nix index 56a5ec2..7a277a5 100644 --- a/common/cifs-client.nix +++ b/common/cifs-client.nix @@ -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" = {