mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Enable telepresence
This commit is contained in:
@@ -45,7 +45,13 @@
|
||||
tmux
|
||||
jq
|
||||
mosh
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/463295 (telepresence needs a system wide iptables)
|
||||
iptables
|
||||
telepresence2
|
||||
];
|
||||
# also needed for telepresence
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
environment.shells = with pkgs; [zsh];
|
||||
|
||||
Reference in New Issue
Block a user