NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(hosts/recoverykti): rp -> personal.rp on users.users.nixos.openssh.authorizedkeys.keys

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+2 -2
+1 -1
.github/workflows/flake-ci.yml
··· 4 4 schedule: 5 5 - cron: "30 6 * * 5" 6 6 push: 7 - branches: ["*"] 7 + pull_request: 8 8 9 9 permissions: 10 10 contents: write
+1 -1
hosts/recoverykit/configuration.nix
··· 24 24 authorizedKeys.keys = with import ../../shared/ssh-keys.nix; [ 25 25 personal.y2022 26 26 personal.passwordless 27 - rp.gildedguy 27 + personal.rp.gildedguy 28 28 work.recaptime-dev.crew 29 29 ]; 30 30 };