|
|
@ -699,6 +699,8 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/ |
|
|
|
networking.firewall.enable = false; |
|
|
|
networking.wireless.enable = true; |
|
|
|
networking.wireless.userControlled.enable = true; |
|
|
|
networking.interfaces.eth0.useDHCP = true; |
|
|
|
networking.interfaces.wlan0.useDHCP = true; |
|
|
|
|
|
|
|
<<host-config-wifi>> |
|
|
|
|
|
|
@ -757,7 +759,7 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/ |
|
|
|
|
|
|
|
fileSystems = { |
|
|
|
"/" = { |
|
|
|
device = "/dev/disk/by-uuid/444444444-4444-4444-8888-888888888888"; |
|
|
|
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; |
|
|
|
fsType = "ext4"; |
|
|
|
options = [ "noatime" ]; |
|
|
|
}; |
|
|
|