diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index 6e51eb1973..438482e6df 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -522,19 +522,19 @@ in { }; services.samba = { enable = true; - enableNmbd = false; # Eh, SMB1.0 + nmbd.enable = false; # Eh, SMB1.0 settings.global = { "server min protocol" = "SMB3_11"; "client min protocol" = "SMB3_11"; "restrict anonymous" = "1"; }; - shares.content = { + settings.content = { comment = "Content"; browseable = "yes"; "read only" = "yes"; "guest ok" = "yes"; }; - shares.homes = { + settings.homes = { comment = "Home Directories"; browseable = "no"; "read only" = "no";