modules/nixos/katnet: Init

This commit is contained in:
kat witch 2021-04-27 19:38:12 +01:00
parent 54be0dd1f9
commit 7f387cb7de
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 14 additions and 18 deletions

View file

@ -131,12 +131,6 @@ in {
listen.endpoints = [ "tcp://0.0.0.0:0" ];
};
deploy.tf.dns.records.kittywitch_net_samhain = {
tld = "kittywit.ch.";
domain = "${config.networking.hostName}.net";
aaaa.address = config.hexchen.network.address;
};
system.stateVersion = "20.09";
}