Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set up remote building on odin

+1
+1
modules/nix-builder.nix
··· 6 6 description = "Nix remote build user"; 7 7 openssh.authorizedKeys.keys = [ 8 8 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINeVMpqxARxLDGCYSys1Rd8fJnZG07IPWwDH1I+vGvFA nix-remote-builder@misaki" 9 + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMA8FKfiWmAiaFyWUdiWtpywPI7WjmRsykDTMKaKxioX nix-remote-builder@odin" 9 10 ]; 10 11 }; 11 12