Compare commits

...

3 Commits

Author SHA1 Message Date
Simon Bruder f691f35fcf
Add 1 git-crypt collaborator
New collaborators:

	5885A031 Simon Bruder <simon@sbruder.de>
2024-01-23 23:02:13 +01:00
Simon Bruder 7631a93573
Simplify git-crypt key paths in dep5 2024-01-23 23:01:53 +01:00
Simon Bruder 35949934dd
gpg: Enable notifications for touch interaction 2024-01-23 22:31:06 +01:00
3 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,5 @@
„^,w„ Έσ€@&µ<13>kϊ1 [P<>Λ^wύΗGXφ9Ήƒ„ΔόR΄mΩX~0<¨.Δ"$Α<>$φεW<CEB5><57>jΦψ¶BΧ®H+>€WΞ®2<C2AE>ψ&
ΡΟ«d»ΊΊµeϊ„^ΉΎό|Α ΐ@<40>ν <09> bƒTπ`<60>Ώpς¦ϊΨ<06>γ΅nπµη¤¶Ε*0<>θkσb
Θ.X-θ[M@¦α7ΗκΉiδ¥>»ί<C2BB>DWΖω¥¦βmK‡γ<E280A1>t―ώκ·„^3 ΎTΗc@<40>ΝS5<53>0"<22>η+πBδ[[-!¥:/™ύϋEΦ°-90όWTΡq‡―Χζ=“Α»4{m$hTV2µ΄Ό+ΎΠo?c«TnZ©Χ<03>lJ!Τΐ ρρƒ}:<3A>ll|<7C>ΔaιαΫ.U!B „…/~¶ΊΧο<E280A6>Α¥/†6iW¬ki<06>ΆΦφΧΚ)Ζ^M8<4D>τή<<3C>καΒ%Τ<>GΓfφ+λ2gΑ΄V<CE84> p†«IG|ΥlΈXB<58><>·lχ·«H!
<EFBFBD>»λιΩ„©0Οƒ<CE9F>gκ•9
qgk·<6B>ιCM―΄γσΥ'ΣvνΗh΄cNχZΝcό°gA”/R<>³vΕ$nι_Ο<> !S<> Vτ§fεIήΰ

View File

@ -5,8 +5,7 @@ Upstream-Contact: Simon Bruder <simon@sbruder.de>
Source: https://git.sbruder.de/simon/nixos-config
Files:
.git-crypt/keys/default/0/47E7559E037A35652DBBF8AA8D3C82F9F309F8EC.gpg
.git-crypt/keys/default/0/51276B7B829AF24674F2AA716F03E0000CC5B62F.gpg
.git-crypt/keys/default/0/*.gpg
secrets.yaml
**/secrets.yaml
keys/*/*.asc

View File

@ -36,7 +36,7 @@
Environment = [
"PATH=${pkgs.gnupg}/bin"
];
ExecStart = "${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector";
ExecStart = "${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector -libnotify";
Restart = "on-failure";
};
};