1
1
Fork 0

Update alice public key

Bill Ewanick 2023-06-27 16:33:33 -04:00
parent f1b8e734f0
commit 613364e557
1 changed files with 2 additions and 1 deletions

View File

@ -69,9 +69,10 @@
packages = with pkgs; [
tldr
];
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBDVbzPri8LUe9p1r96Jvdkm7HveJ7FLtGAe8GhDmgQR alice@foobar" ];
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGzXqcOu6/EjS60Ke55w4hj//lY6u3S1DYPoSd7yjdR3 alice@foobar" ];
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [