diff options
author | Linnnus <[email protected]> | 2025-03-25 12:06:52 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-25 12:06:52 +0100 |
commit | e89fa203c3f11a93fe8805e911744b3b8a049973 (patch) | |
tree | 1c2d2b145c69bc9be9214ffb21d403a44cc79931 /hosts/ahmed | |
parent | 7f8c32c8295610ec7e5b8e387ea52cfa88250496 (diff) |
Remove omar
Diffstat (limited to 'hosts/ahmed')
-rw-r--r-- | hosts/ahmed/remote-builder/default.nix | 1 | ||||
-rw-r--r-- | hosts/ahmed/ssh/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/ahmed/remote-builder/default.nix b/hosts/ahmed/remote-builder/default.nix index 63031a6..50f9595 100644 --- a/hosts/ahmed/remote-builder/default.nix +++ b/hosts/ahmed/remote-builder/default.nix @@ -13,7 +13,6 @@ # This is matched with the ssh config IdentityFile on the client-side. openssh.authorizedKeys.keys = [ metadata.hosts.muhammed.sshPubKey - metadata.hosts.omar.sshPubKey ]; }; users.groups.remotebuilder = {}; diff --git a/hosts/ahmed/ssh/default.nix b/hosts/ahmed/ssh/default.nix index ff3be34..4912bf5 100644 --- a/hosts/ahmed/ssh/default.nix +++ b/hosts/ahmed/ssh/default.nix @@ -14,7 +14,6 @@ users.users = lib.genAttrs ["root" "linus"] (_: { openssh.authorizedKeys.keys = [ metadata.hosts.muhammed.sshPubKey - metadata.hosts.omar.sshPubKey # Identity used by Termios on iPhone. "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBPbGet0Mn5+HMeRBXeOkSYqGqbefFZ4kE9aYemyDp9D" |