forked from colonelpanic/dotfiles
[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.firewall.enable = false;
|
||||||
|
networking.nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableStrongSwan = true;
|
enableStrongSwan = true;
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
fileSystems."/shared" = {
|
fileSystems."/shared" = {
|
||||||
device = "/dev/disk/by-uuid/D4009CE8009CD33A";
|
device = "/dev/disk/by-uuid/D4009CE8009CD33A";
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
options = [ "nofail" ];
|
options = [ "nofail" "uid=0" "gid=users" "umask=002" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
|||||||
Reference in New Issue
Block a user