mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
chore: temp add my keys for muchsync
This commit is contained in:
parent
dc125868ce
commit
758f64d211
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
hashedPasswordFile = config.age.secrets.julien-password.path;
|
hashedPasswordFile = config.age.secrets.julien-password.path;
|
||||||
openssh.authorizedPrincipals = [ "julien" ];
|
openssh.authorizedPrincipals = [ "julien" ];
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAa0wll9ildhgPiV0DhgJXXtw3TQr5VkNxxxPspHSbX julien@gallifrey"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIADCpuBL/kSZShtXD6p/Nq9ok4w1DnlSoxToYgdOvUqo julien@telecom"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.allowed-users = [ "julien" ];
|
nix.settings.allowed-users = [ "julien" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue