mirror of https://git.jolheiser.com/dotnix.git
parent
bb57e3df98
commit
b1c750a6bb
|
@ -158,6 +158,11 @@
|
||||||
owner = username;
|
owner = username;
|
||||||
path = "/home/${username}/.config/pip/pip.conf";
|
path = "/home/${username}/.config/pip/pip.conf";
|
||||||
};
|
};
|
||||||
|
pypirc = {
|
||||||
|
file = ./secrets/work/pypirc.age;
|
||||||
|
owner = username;
|
||||||
|
path = "/home/${username}/.pypirc";
|
||||||
|
};
|
||||||
cifs = userSecret ./secrets/work/cifs.age;
|
cifs = userSecret ./secrets/work/cifs.age;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,5 +12,6 @@ in {
|
||||||
"shared/irc-pw.age".publicKeys = all;
|
"shared/irc-pw.age".publicKeys = all;
|
||||||
"work/netrc.age".publicKeys = [jolheiser chai];
|
"work/netrc.age".publicKeys = [jolheiser chai];
|
||||||
"work/pip.conf.age".publicKeys = [jolheiser chai];
|
"work/pip.conf.age".publicKeys = [jolheiser chai];
|
||||||
|
"work/pypirc.age".publicKeys = [jolheiser chai];
|
||||||
"work/cifs.age".publicKeys = [jolheiser chai];
|
"work/cifs.age".publicKeys = [jolheiser chai];
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 E8j6/g CRmw5eT977k92LKBgDUaG853zm/TWlHIqYr7Ax/mMx4
|
||||||
|
h80IP5KOq4My4J9oSqUjTPjIIONSykwHA/3VNAJQKB0
|
||||||
|
-> ssh-ed25519 jo1MPA qefFFsWIVwD2NGu7sNLkjDBftBfYILHmtloVLIr/9z8
|
||||||
|
r4bMhzIl07KKldFK3NIqlc0KbCMVa1hKZOj+njxKwE4
|
||||||
|
-> E-grease Yqz 8$)v5M ds& f+88b
|
||||||
|
AGx3BXjsSlQ
|
||||||
|
--- dL6fRjdZQg9bbM0nIlUF3GuHF4EWUS8C95nVZukEroA
|
||||||
|
w
ǽï{Ó%™8õŒ`âîÞŋϬÝ/ë&¦Ø£5Ó[7É5dMˆø}o« v±±RÏ\ÚÄèò…Cä‚4>YjáxíH¨pÖ<70>Ú<EFBFBD>ÀìCU:õ%âôÜ|PçeUªî˜¥E± ŽÅ<C5BD>˜,äm z•"§,³ŠÞÄS`K6ª2«²¬eç´\/öZã„°¦´ÞåГâÚvtLÁïEB4«”aCäÀmßÖQ«”òÄÀ(°‚0ÎÎ’%°Ak†Y<E280A0>õ<h§ªtÐ<74>á1W\Al<41>a<EFBFBD>ˆ6Sudù<0C>J8͹z\fý@Ûp¤ íh(½NWUŸ¡:6Çÿ
|
Loading…
Reference in New Issue