mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
chore: migrate cube host
This commit is contained in:
parent
dad68acf68
commit
f2ab446c48
45 changed files with 904 additions and 88 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, lib, ... }: let
|
||||
inherit (lib) head map splitString;
|
||||
inherit (lib) head splitString;
|
||||
in {
|
||||
# Yeah, no DNSSEC or DoT or anything.
|
||||
# That's what you get for using Darwin I guess.
|
||||
networking.dns = config.dnsServers
|
||||
networking.dns = config.networking.dns.servers
|
||||
|> map (splitString "#")
|
||||
|> map head;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue