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;
|
fstrim.enable = true;
|
||||||
clipmenu.enable = true;
|
clipmenu.enable = true;
|
||||||
lorri.enable = true;
|
lorri.enable = true;
|
||||||
i2pd = {
|
keybase.enable=true;
|
||||||
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"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
keybase-gui
|
||||||
unstable.electrum
|
unstable.electrum
|
||||||
mindforger trilium-desktop typora
|
mindforger trilium-desktop typora
|
||||||
digikam anarchism
|
digikam anarchism
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
fontconfig
|
fontconfig
|
||||||
unstable.genpass
|
|
||||||
git
|
git
|
||||||
hsetroot
|
hsetroot
|
||||||
htop
|
htop
|
||||||
imagemagick
|
imagemagick
|
||||||
jq
|
jq
|
||||||
|
keybase
|
||||||
lm_sensors
|
lm_sensors
|
||||||
mercurial
|
mercurial
|
||||||
nixops
|
nixops
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
rustup
|
rustup
|
||||||
terraform
|
terraform
|
||||||
tmux
|
tmux
|
||||||
|
unstable.genpass
|
||||||
unzip
|
unzip
|
||||||
veracrypt
|
veracrypt
|
||||||
wget
|
wget
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
pinentryFlavor = "curses";
|
pinentryFlavor = "curses";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.kbfs.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./programs/tmux.nix
|
./programs/tmux.nix
|
||||||
./programs/zsh.nix
|
./programs/zsh.nix
|
||||||
|
|
Loading…
Reference in a new issue