wry, many thing
This commit is contained in:
parent
6e62eccfba
commit
848ed62c5d
47 changed files with 1598 additions and 1201 deletions
|
|
@ -1,12 +1,31 @@
|
|||
_: {
|
||||
networking = {
|
||||
# dhcpcd.extraConfig = "nohook resolv.conf";
|
||||
dhcpcd.extraConfig = "nohook resolv.conf";
|
||||
nameservers = [
|
||||
"103.1.206.179"
|
||||
"168.138.8.38"
|
||||
"168.138.12.137"
|
||||
];
|
||||
};
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
# this should be moved to desktop profile ig
|
||||
ensureProfiles.profiles."Wired connection 1" = {
|
||||
connection = {
|
||||
type = "802-3-ethernet";
|
||||
id = "home lan";
|
||||
interface-name = "enp3s0";
|
||||
};
|
||||
ipv4 = {
|
||||
method = "auto";
|
||||
ignore-auto-dns = true;
|
||||
};
|
||||
ipv6 = {
|
||||
method = "auto";
|
||||
ignore-auto-dns = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# services.unbound = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue