mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
ed5eb10d0e
commit
19ba7b13c0
6 changed files with 78 additions and 69 deletions
|
|
@ -90,19 +90,19 @@ with config.resources; {
|
|||
# cname.target = "athame.kittywit.ch.";
|
||||
#};
|
||||
|
||||
# connection = {
|
||||
# host = athame.refAttr "ipv4_address";
|
||||
# port = 62954;
|
||||
# };
|
||||
# connection = {
|
||||
# host = athame.refAttr "ipv4_address";
|
||||
# port = 62954;
|
||||
# };
|
||||
|
||||
#triggers.switch = lib.mapAttrs (name: record:
|
||||
# {
|
||||
# A = config.lib.tf.terraformExpr
|
||||
# ''join(",", ${record.out.resource.namedRef}.addresses)'';
|
||||
# AAAA = config.lib.tf.terraformExpr
|
||||
# ''join(",", ${record.out.resource.namedRef}.addresses)'';
|
||||
# CNAME = record.out.resource.refAttr "cname";
|
||||
# SRV = record.out.resource.refAttr "id";
|
||||
# }.${record.out.type}) config.dns.records;
|
||||
#triggers.switch = lib.mapAttrs (name: record:
|
||||
# {
|
||||
# A = config.lib.tf.terraformExpr
|
||||
# ''join(",", ${record.out.resource.namedRef}.addresses)'';
|
||||
# AAAA = config.lib.tf.terraformExpr
|
||||
# ''join(",", ${record.out.resource.namedRef}.addresses)'';
|
||||
# CNAME = record.out.resource.refAttr "cname";
|
||||
# SRV = record.out.resource.refAttr "id";
|
||||
# }.${record.out.type}) config.dns.records;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ in {
|
|||
networking.useDHCP = false;
|
||||
networking.useNetworkd = true;
|
||||
networking.firewall.allowPing = true;
|
||||
|
||||
|
||||
systemd.network = {
|
||||
networks.enp34s0 = {
|
||||
matchConfig.Name = "enp34s0";
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
networking.useDHCP = false;
|
||||
networking.interfaces.enp1s0.useDHCP = true;
|
||||
networking.interfaces.wlp2s0.useDHCP = true;
|
||||
|
||||
|
||||
hexchen.network = {
|
||||
enable = true;
|
||||
pubkey = "9779fd6b5bdba6b9e0f53c96e141f4b11ce5ef749d1b9e77a759a3fdbd33a653";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue