Compare commits
No commits in common. "cb4ee59b766b22c7ec2463de8e35997109467712" and "9a53b3a8b2983158efc449675b8d1391c3bf1a6c" have entirely different histories.
cb4ee59b76
...
9a53b3a8b2
|
@ -10,7 +10,6 @@
|
|||
fd
|
||||
git
|
||||
kitty.terminfo
|
||||
libraspberrypi
|
||||
raspberrypi-eeprom
|
||||
starship
|
||||
];
|
||||
|
|
|
@ -79,20 +79,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "stardust";
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
# There is an issue with NetworkManager and nameservers not being added to
|
||||
# "/etc/resolv.conf" on `nixos-rebuild switch`, that's why they're
|
||||
# specified twice. To make it work, right-click the NetworkManager tray
|
||||
# icon and toggle "Enable Networking", then check "/etc/resolv.conf" that
|
||||
# this IP is at the top.
|
||||
insertNameservers = [
|
||||
"192.168.0.202"
|
||||
];
|
||||
};
|
||||
nameservers = [
|
||||
"192.168.0.202"
|
||||
];
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
security = {
|
||||
|
|
Loading…
Reference in New Issue