mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-15 11:52:50 +00:00
sync
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
networking.defaultGateway = "192.168.4.1";
|
||||
networking.nameservers = ["192.168.4.1" "8.8.8.8"];
|
||||
networking.nameservers = ["192.168.4.250" "192.168.4.1" "8.8.8.8"];
|
||||
# Bootloader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/nvme0n1";
|
||||
|
||||
Reference in New Issue
Block a user