parent
c0828b4341
commit
750dcc0edd
18
flake.nix
18
flake.nix
|
@ -77,17 +77,29 @@
|
||||||
./machines/chai
|
./machines/chai
|
||||||
commonConfig
|
commonConfig
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
config.nixpkgs.overlays = [
|
config = {
|
||||||
|
nixpkgs.overlays = [
|
||||||
(_: _: {
|
(_: _: {
|
||||||
py36 = import nixpkgs-py36 {inherit (pkgs) system;};
|
py36 = import nixpkgs-py36 {inherit (pkgs) system;};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
})
|
|
||||||
({pkgs, ...}: {
|
|
||||||
home-manager.users.${username}.programs = {
|
home-manager.users.${username}.programs = {
|
||||||
git.package = pkgs.gitSVN;
|
git.package = pkgs.gitSVN;
|
||||||
firefox.profiles.default.bookmarks = [(import ./apps/firefox/work.nix)];
|
firefox.profiles.default.bookmarks = [(import ./apps/firefox/work.nix)];
|
||||||
};
|
};
|
||||||
|
age.secrets = {
|
||||||
|
netrc = {
|
||||||
|
file = ./secrets/work/netrc.age;
|
||||||
|
owner = username;
|
||||||
|
path = "/home/${username}/.netrc";
|
||||||
|
};
|
||||||
|
pipconf = {
|
||||||
|
file = ./secrets/work/pip.conf.age;
|
||||||
|
owner = username;
|
||||||
|
path = "/home/${username}/.config/pip/pip.conf";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,4 +9,6 @@ in {
|
||||||
"shared/ssh-config-work.age".publicKeys = all;
|
"shared/ssh-config-work.age".publicKeys = all;
|
||||||
"shared/spotify-pw.age".publicKeys = all;
|
"shared/spotify-pw.age".publicKeys = all;
|
||||||
"shared/irc-pw.age".publicKeys = all;
|
"shared/irc-pw.age".publicKeys = all;
|
||||||
|
"work/netrc.age".publicKeys = [jolheiser chai];
|
||||||
|
"work/pip.conf.age".publicKeys = [jolheiser chai];
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 E8j6/g BkWGdkvZQHZ0DLnmC4SdTSsGV97RHCNf0I4rZTQHRyk
|
||||||
|
kNuqhd6nyl3G4TiAEQ1ipfSBqdeg167S7FHZMB1g8Ao
|
||||||
|
-> ssh-ed25519 jo1MPA O+LOCoi56qdnRjpvuCIgSqcMW5qAqZsTS3LG0hKhYGo
|
||||||
|
0Ckl+Egbu902uwh4H6CdZJmYwC/A/GAW4eQhvuzk1wU
|
||||||
|
-> s#Y#w#OL-grease fx`@|l9 G
|
||||||
|
NjEM1qmkUfkzASIb6nR7oJZ85ct+UunHmmzhwn/0s9V/vHHG+lk6Jy37O3cIum0
|
||||||
|
--- UiE8jly5e1JBtjEM/z/IVoFWneKfl927V0o3vrLBHjY
|
||||||
|
ï¹^ÃÈÄ_:3ÚÖep^XÒì´õ`‰h©sB(GÛÊÔ̤& ¶<>Ç¢„:¬AŽ°Çåç•nêÔ †œñ“³+ž®s¯s]¨‡’rØ'xþPÞ¸œÎC»ÊAÚ˜¤#'ó´ÚþT’(÷îç9én(E8O81#ˆ˜Oœª‹Jè†uKû»
µa`µÂ£®÷³Àë^pŽ/
|
Binary file not shown.
Reference in New Issue