move some stuff around
This commit is contained in:
19
etcnixos/networking.nix
Normal file
19
etcnixos/networking.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ hostname, ... }:
|
||||
{
|
||||
hostName = "${hostname}";
|
||||
|
||||
hostId = "cfe0ff46";
|
||||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
insertNameservers = [
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
wifi = {
|
||||
scanRandMacAddress = true;
|
||||
};
|
||||
};
|
||||
|
||||
wireless.networks = import ./secrets/wifi-passwords.nix;
|
||||
}
|
||||
Reference in New Issue
Block a user