mirror of
https://github.com/0x1d/nix.git
synced 2025-12-15 14:18:23 +01:00
update not NixOS 25.05, switch go Gnome
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
networking = {
|
||||
hostName = "nixos";
|
||||
nameservers = [ "192.168.1.1" "9.9.9.9" "2620:fe::fe" ];
|
||||
nameservers = [ "192.168.1.1" "192.168.2.1" "9.9.9.9" "2620:fe::fe" ];
|
||||
#nameservers = [ "127.0.0.1" ];
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user