[NixOS] Use google dns and mount shared with users group

This commit is contained in:
2024-11-20 13:25:45 -07:00
parent 4d554f50c1
commit bb87510a0c
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ makeEnable config "myModules.base" true {
'';
networking.firewall.enable = false;
networking.nameservers = [ "8.8.8.8" "8.8.4.4" ];
networking.networkmanager = {
enable = true;
enableStrongSwan = true;

View File

@@ -77,7 +77,7 @@
fileSystems."/shared" = {
device = "/dev/disk/by-uuid/D4009CE8009CD33A";
fsType = "ntfs";
options = [ "nofail" ];
options = [ "nofail" "uid=0" "gid=users" "umask=002" ];
};
swapDevices = [