From ff686dbf171f1b92e836cc7f22c29b30636981c1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 14 Feb 2022 16:53:50 -0600 Subject: [PATCH] [sruxps] feat: enable OpenSnitch --- VERSION | 2 +- machines/sruxps/configuration.nix | 2 ++ src/machines/sruxps/configuration.nw | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 904cb71b..573e3c6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.10.4 \ No newline at end of file +7.11.0 \ No newline at end of file diff --git a/machines/sruxps/configuration.nix b/machines/sruxps/configuration.nix index 8b5b152b..2e9d91f3 100644 --- a/machines/sruxps/configuration.nix +++ b/machines/sruxps/configuration.nix @@ -78,6 +78,8 @@ in services.lorri.enable = false; + services.opensnitch.enable = true; + services.thermald.enable = lib.mkForce false; # FIXME services.tlp.enable = true; diff --git a/src/machines/sruxps/configuration.nw b/src/machines/sruxps/configuration.nw index d6eac0ea..a6d6cbd9 100644 --- a/src/machines/sruxps/configuration.nw +++ b/src/machines/sruxps/configuration.nw @@ -148,6 +148,8 @@ services.fwupd.enable = true; services.lorri.enable = false; +services.opensnitch.enable = true; + services.thermald.enable = lib.mkForce false; # FIXME services.tlp.enable = true;