[NixOS] Use google dns and mount shared with users group
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user