all repos — nixfiles @ 5787648b0bb2a400cd98c0b2663986b14bb98e04

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

remove nanopi (switched to OpenBSD)

Alan Pearce
commit

5787648b0bb2a400cd98c0b2663986b14bb98e04

parent

1a466c77c21e6d44f84aca22251822f18fd3a47e

1 file changed, 1 insertion(+), 5 deletions(-)

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