Compare commits

..

2 Commits

Author SHA1 Message Date
jolheiser 16fb4c9494
chore: add tailscale to dex
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-02-28 20:40:31 -06:00
jolheiser 9c891c988b
feat: dex
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-02-28 19:46:13 -06:00
7 changed files with 23 additions and 5 deletions

View File

@ -1,4 +1,6 @@
"apps/gui/firefox/work.nix": apps/gui/firefox/work.nix:
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7 - age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
"machines/chai/cifs.nix": machines/chai/cifs.nix:
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
machines/dragonwell/dex.nix:
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7 - age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
# Age # Age
apps/gui/firefox/work.nix filter=git-age diff=git-age apps/gui/firefox/work.nix filter=git-age diff=git-age
machines/chai/cifs.nix filter=git-age diff=git-age machines/chai/cifs.nix filter=git-age diff=git-age
machines/dragonwell/dex.nix filter=git-age diff=git-age

View File

@ -11,7 +11,7 @@
links = [ links = [
{ {
rel = "http://openid.net/specs/connect/1.0/issuer"; rel = "http://openid.net/specs/connect/1.0/issuer";
href = "https://git.jojodev.com/"; href = "https://auth.jolheiser.com";
} }
]; ];
}} }}
@ -53,6 +53,11 @@
reverse_proxy localhost:4686 reverse_proxy localhost:4686
''; '';
}; };
"auth.jolheiser.com" = {
extraConfig = ''
reverse_proxy localhost:2884
'';
};
}; };
}; };
} }

Binary file not shown.

View File

@ -0,0 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 E8j6/g vkz4Nnq6kuBmMTIuShTMHgQl5dE/XNSyNeQ1v8BjSVo
rQyDr+LjMXcBpKdwmBsWTP4CWn2LkE1gF9C2pDYn8GM
-> ssh-ed25519 f31uNA 1X5dITPS0gPV9Ty+rIVYdLSfsllIainzsfDekPGZJko
K511Nbp24wC/yibcMwXzyc03qheEm8CYz0lsP14rRH8
-> J(DU)G-grease UpDl ^h; ) K
GfsSxESiw4cjyibN5vt3Hh9tj63kM3oObhfpH+DiBTQQt/2gSkOZ3XGUQI4
--- P09LRVc2jc0MtLcDfWO3i8tjFVs/Wp5k6pho5C74KLk
Ý­#©Œ<>ÙQ€Êi%Tò f=aYר³=;PÅv¸8]ê·Â<C2B7>mµnq8Ån¥é?Í¿ Í9u<12>P#»P

Binary file not shown.

View File

@ -22,4 +22,5 @@ in {
"personal/restic-pass.age".publicKeys = [jolheiser dragonwell]; "personal/restic-pass.age".publicKeys = [jolheiser dragonwell];
"personal/restic-repo.age".publicKeys = [jolheiser dragonwell]; "personal/restic-repo.age".publicKeys = [jolheiser dragonwell];
"personal/dex.age".publicKeys = [jolheiser dragonwell]; "personal/dex.age".publicKeys = [jolheiser dragonwell];
"personal/dex-tailscale.age".publicKeys = [jolheiser dragonwell];
} }