From ef3c2c017481d2c6d1ece0dea027864a3a51e861 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 20 Sep 2023 21:01:40 +0200 Subject: [PATCH] hosts/zinc: enable wg-clerie --- hosts/zinc/configuration.nix | 6 ++++++ hosts/zinc/secrets/wg-clerie.age | 9 +++++++++ hosts/zinc/ssh.pub | 1 + 3 files changed, 16 insertions(+) create mode 100644 hosts/zinc/secrets/wg-clerie.age create mode 100644 hosts/zinc/ssh.pub diff --git a/hosts/zinc/configuration.nix b/hosts/zinc/configuration.nix index 4570618..37f2827 100644 --- a/hosts/zinc/configuration.nix +++ b/hosts/zinc/configuration.nix @@ -33,6 +33,12 @@ networking.hostName = "zinc"; + services.wg-clerie = { + enable = true; + ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ]; + ipv4s = [ "10.20.30.109/32" ]; + }; + system.stateVersion = "23.05"; } diff --git a/hosts/zinc/secrets/wg-clerie.age b/hosts/zinc/secrets/wg-clerie.age new file mode 100644 index 0000000..10dddfb --- /dev/null +++ b/hosts/zinc/secrets/wg-clerie.age @@ -0,0 +1,9 @@ +age-encryption.org/v1 +-> ssh-ed25519 HwR33w GylpkU4Ggva7AOyvfiwH2/lAkSH7T20sQmHlJfOOch0 +kzollmoX54CmDyP0WIeI2yEmgdiymf8A8TNEDAPnO8Y +-> ssh-ed25519 bZcGZQ GwcT/xiAoRIN1OfV+uDIcpw+lX+ZC20AmOLg6B2PM3k +YnhZzPHao9tgl1RssSFFWtCb2soWv3XyfKgfIM+brJo +-> +>1#-grease +yEhsdkJvmaW0F1hgD6zkMgmUE0Rc7zFQ9jz/dJ0RC/MOFGDt0g +--- zLB+ok+CDy2k2PhSlyDTfVTSkiM9ht2YjohIwKVaMis +r#]ˈp'X;qQk%W4W+5Y2̕b(a=2tc<*^r \ No newline at end of file diff --git a/hosts/zinc/ssh.pub b/hosts/zinc/ssh.pub new file mode 100644 index 0000000..c729cda --- /dev/null +++ b/hosts/zinc/ssh.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEMhwaD2nyIUiR3lP6tasd4Rx6XCoSpdebjlETfuENai root@zinc