1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke cb4ee59b76
Add libraspberrypi for vcgencmd to Azedia. 2023-10-17 12:05:43 +02:00
Bauke 1eba94ee89
Make Azedia the DNS for Stardust. 2023-10-17 12:05:08 +02:00
2 changed files with 15 additions and 1 deletions

View File

@ -10,6 +10,7 @@
fd
git
kitty.terminfo
libraspberrypi
raspberrypi-eeprom
starship
];

View File

@ -79,7 +79,20 @@
networking = {
hostName = "stardust";
networkmanager.enable = true;
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"
];
};
security = {