Compare commits
No commits in common. "17782f315a363bd7688fc530411edd38894d58f1" and "89156ff18cfe75a2f708f2604a7396d0cec21a7a" have entirely different histories.
17782f315a
...
89156ff18c
2 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
homebrew.enable = true;
|
||||
homebrew.casks = ["maccy" "firefox"];
|
||||
homebrew.casks = ["firefox"];
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
../../home-manager/programs/kitty.nix
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
}: let
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEo4R+6J3h6Ix3xWpOMdU7Es1/YxFchHw0c+kcCOJxFb cyryl@foureighty"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDN/2C59i+ucvSa9FLCHlVPJp0zebLOcw0+hnBYwy0cY cyryl@skinnyv"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJwZ4M6lT2yzg8iarCzsLADAuXS4BUkLTt1+mKCECczk nix-builder@brix"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBDa2qAxpUEFeBYl2wlzDa/x37TAAy5pOBHv50OXUrV5 cyryl@thinky"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKc/pKrkWLaq6IdfcFqBV3PnPwhTEUh2rOP5g6I5OBd cyryl@airy"
|
||||
];
|
||||
in {
|
||||
imports = [./security.nix];
|
||||
|
|
Loading…
Reference in a new issue