calcite: bump version, drop steam, drop opengl32
This commit is contained in:
parent
9c61da8046
commit
df20c486e7
8 changed files with 49 additions and 56 deletions
|
@ -6,8 +6,7 @@
|
|||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "systemd-resolved";
|
||||
# dns = "none";
|
||||
|
||||
# dns = "resolvconf";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -16,9 +15,9 @@
|
|||
extraConfig = ''
|
||||
[Resolve]
|
||||
Domains=~.
|
||||
DNS=114.114.114.114 1.1.1.1
|
||||
DNSOverTLS=opportunistic
|
||||
DNS=127.0.0.1
|
||||
'';
|
||||
# DNSOverTLS=opportunistic
|
||||
};
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue