Compare commits

..

1 Commits

Author SHA1 Message Date
jolheiser e272f2ba68
wip: dex
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-02-27 21:58:16 -06:00
7 changed files with 5 additions and 23 deletions

View File

@ -1,6 +1,4 @@
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,4 +1,3 @@
# 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://auth.jolheiser.com"; href = "https://git.jojodev.com/";
} }
]; ];
}} }}
@ -53,11 +53,6 @@
reverse_proxy localhost:4686 reverse_proxy localhost:4686
''; '';
}; };
"auth.jolheiser.com" = {
extraConfig = ''
reverse_proxy localhost:2884
'';
};
}; };
}; };
} }

Binary file not shown.

View File

@ -1,9 +0,0 @@
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,5 +22,4 @@ 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];
} }