the configuration for all my nixos machines (hacky! bad! ugly!)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

weakened smb encryption requirements

+1 -1
+1 -1
hosts/uruk/configuration.nix
··· 37 37 "workgroup" = "THOTH"; 38 38 "server string" = config.networking.hostName; 39 39 "netbios name" = config.networking.hostName; 40 - "server smb encrypt" = "desired"; 40 + "server smb encrypt" = "if_required"; 41 41 "security" = "user"; 42 42 #"use sendfile" = "yes"; 43 43 #"max protocol" = "smb2";