all repos — nixfiles @ 20d560a78a81e406a76220a36adc99cd112d12ff

System and user configuration, managed by nix and home-manager

Add NanoPi R6C

Alan Pearce
commit

20d560a78a81e406a76220a36adc99cd112d12ff

parent

10bf0a9c691a7d85ddd63de18def9865612e410e

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M secrets/secrets.nixsecrets/secrets.nix
@@ -7,10 +7,11 @@ };
machines = { linde = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC"; + nano = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHevZUbjDEt2bPnoLmv9wH5vTh/BeKddwnFD3f3QtMz"; }; secrets = with machines; { - acme = [ linde ]; + acme = [ linde nano ]; redis-website = [ linde ];
@@ -23,6 +24,9 @@ photoprism = [ linde ];
cifs-photoprism = [ linde ]; cifs-paperless = [ linde ]; cifs-transmission = [ linde ]; + + dyndns = [ nano ]; + syncthing = [ nano ]; }; in builtins.listToAttrs (