Compare commits

...

2 commits

Author SHA1 Message Date
e666d4a1e1 replace forgejo user with git
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-07-11 01:01:46 -07:00
9cee3fce85 Add fly cli.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-07-11 01:01:46 -07:00
2 changed files with 5 additions and 2 deletions

View file

@ -19,7 +19,7 @@
};
"forgejo" = {
host = "code.jmug.me";
user = "forgejo";
user = "git";
identityFile = [
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.

View file

@ -52,6 +52,8 @@ in
(webcord.override { electron = inputs.nixpkgs-electron-32.legacyPackages."aarch64-linux".electron; })
whatsie
obs-studio
# Dev tools
flyctl
];
pointerCursor = {
@ -113,7 +115,7 @@ in
};
"forgejo" = {
host = "code.jmug.me";
user = "forgejo";
user = "git";
identityFile = [
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
@ -142,6 +144,7 @@ in
programs.zsh.shellAliases = {
fly = "flyctl";
# TODO: Interpolate the name of the host here.
nrsw = "sudo nixos-rebuild switch --flake /home/jmug/nixos#asahi"; # parametrize this as home dir.
};