Enable opensnitch

This commit is contained in:
Dave Gallant
2022-10-22 16:01:44 -04:00
parent d830c11210
commit 0b6821383c
3 changed files with 10 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ in {
defaultCacheTtlSsh = 3600;
enableSshSupport = true;
};
opensnitch-ui.enable = stdenv.isLinux;
};
fonts.fontconfig.enable = true;
@@ -171,6 +172,7 @@ in {
shellAliases = {
".." = "cd ..";
c = "code";
docker = "podman";
g = "git";
gr = "cd $(git rev-parse --show-toplevel)";
gho = "gh repo view --web >/dev/null";