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

@@ -29,6 +29,8 @@
sound.enable = true; sound.enable = true;
services.opensnitch.enable = true;
# Enable 32bit for steam # Enable 32bit for steam
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;

12
flake.lock generated
View File

@@ -28,11 +28,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1666080735, "lastModified": 1666463764,
"narHash": "sha256-4YWYJgzt9mGuAvXAuEziYms+bYlk/1spyt3iLizRL5I=", "narHash": "sha256-NmayV9S0s7CgNEA2QbIxDU0VCIiX6bIHu8PCQPnYHDM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "42f81ac107c5a9a177888080107094dba57f134e", "rev": "69d19b9839638fc487b370e0600a03577a559081",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -93,11 +93,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1665940183, "lastModified": 1666377499,
"narHash": "sha256-cPe3F7CtnxU9YbJpc3Adl4d9kX+turqTv5FxM98i8vg=", "narHash": "sha256-dZZCGvWcxc7oGnUgFVf0UeNHsJ4VhkTM0v5JRe8EwR8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "104e8082de1b20f9d0e1f05b1028795ed0e0e4bc", "rev": "301aada7a64812853f2e2634a530ef5d34505048",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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