Kieran's opinionated (and probably slightly dumb) nix config

feat: add extra ssh key paths

Changed files
+1 -1
moonlark
+1 -1
moonlark/configuration.nix
···
};
# import the secret
-
age.identityPaths = [ "/home/kierank/.ssh/id_rsa" ];
+
age.identityPaths = [ "/home/kierank/.ssh/id_rsa" "/etc/ssh/id_rsa" "/mnt/etc/ssh/id_rsa" ];
age.secrets.wifi = {
file = ../secrets/wifi.age;
owner = "kierank";