chore: temp add my keys for muchsync

This commit is contained in:
Julien Malka 2025-03-13 00:17:08 +01:00
parent dc125868ce
commit 758f64d211
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -19,6 +19,10 @@
shell = pkgs.fish;
hashedPasswordFile = config.age.secrets.julien-password.path;
openssh.authorizedPrincipals = [ "julien" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAa0wll9ildhgPiV0DhgJXXtw3TQr5VkNxxxPspHSbX julien@gallifrey"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIADCpuBL/kSZShtXD6p/Nq9ok4w1DnlSoxToYgdOvUqo julien@telecom"
];
};
nix.settings.allowed-users = [ "julien" ];