2 Commits
Author SHA1 Message Date
lyrathorpe 906fae7e7b Merge pull request 'feat(ssh): add some needed SSH config' (#45) from feat/ssh-updates into main
CI / flake (push) Successful in 3m23s
Reviewed-on: #45
2026-06-29 11:20:36 +01:00
lyrathorpe 1230e39aac feat(ssh): add some needed SSH config
CI / flake (pull_request) Successful in 3m28s
2026-06-29 11:15:40 +01:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -341,6 +341,9 @@ in
IdentityFile = "~/.ssh/code.emmathe.dev"; IdentityFile = "~/.ssh/code.emmathe.dev";
IdentitiesOnly = true; IdentitiesOnly = true;
}; };
"dockerpi.inf.cbg.emmaisvery.gay" = {
User = "emmathorpe";
};
}; };
}; };
+3
View File
@@ -17,6 +17,9 @@
"wheel" "wheel"
"docker" "docker"
]; ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDxHvdMTOzpFWUFMtCP7C/4tIOUO3GIO2QPvaifSnWH lyrathorpe@Lyra-MBA"
];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
programs.firefox = lib.mkIf (config.features.swayDesktop.enable == true) { programs.firefox = lib.mkIf (config.features.swayDesktop.enable == true) {