remove i2p, add keybase
This commit is contained in:
parent
fd4e23c50d
commit
75f70388c8
4 changed files with 6 additions and 13 deletions
|
@ -31,18 +31,7 @@
|
|||
fstrim.enable = true;
|
||||
clipmenu.enable = true;
|
||||
lorri.enable = true;
|
||||
i2pd = {
|
||||
enable = true;
|
||||
bandwidth = 2500; # kb/s
|
||||
proto.http.enable = true;
|
||||
proto.httpProxy.enable = true;
|
||||
addressbook.subscriptions = [
|
||||
"http://inr.i2p/export/alive-hosts.txt"
|
||||
"http://i2p-projekt.i2p/hosts.txt"
|
||||
"http://stats.i2p/cgi-bin/newhosts.txt"
|
||||
"http://identiguy.i2p/hosts.txt"
|
||||
];
|
||||
};
|
||||
keybase.enable=true;
|
||||
|
||||
avahi = {
|
||||
enable = true;
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
keybase-gui
|
||||
unstable.electrum
|
||||
mindforger trilium-desktop typora
|
||||
digikam anarchism
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
fd
|
||||
file
|
||||
fontconfig
|
||||
unstable.genpass
|
||||
git
|
||||
hsetroot
|
||||
htop
|
||||
imagemagick
|
||||
jq
|
||||
keybase
|
||||
lm_sensors
|
||||
mercurial
|
||||
nixops
|
||||
|
@ -32,6 +32,7 @@
|
|||
rustup
|
||||
terraform
|
||||
tmux
|
||||
unstable.genpass
|
||||
unzip
|
||||
veracrypt
|
||||
wget
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
pinentryFlavor = "curses";
|
||||
};
|
||||
|
||||
services.kbfs.enable = true;
|
||||
|
||||
imports = [
|
||||
./programs/tmux.nix
|
||||
./programs/zsh.nix
|
||||
|
|
Loading…
Reference in a new issue