Compare commits
2 commits
89156ff18c
...
17782f315a
Author | SHA1 | Date | |
---|---|---|---|
17782f315a | |||
6c1498dd1f |
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
homebrew.enable = true;
|
||||
homebrew.casks = ["firefox"];
|
||||
homebrew.casks = ["maccy" "firefox"];
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
../../home-manager/programs/kitty.nix
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
}: 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