Add opensnitch and test gpg stuff

This commit is contained in:
iFargle 2023-08-31 13:11:44 +09:00
parent 250cc416e3
commit 78dd3e8d40
3 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,8 @@
enable = true;
enableSSHSupport = true;
enableBrowserSocket = true;
pinentryFlavor = "emacs";
enableExtraSocket = true;
pinentryFlavor = "tty";
};
environment.systemPackages = with pkgs; [

View file

@ -0,0 +1,7 @@
{lib, pkgs, desktop, ... }: {
environment.systemPackages = [ ] ++ lib.optional (builtins.isString desktop) opensnitch-ui;
services.opensnitch = {
enable = true;
};
}

View file

@ -8,6 +8,7 @@
./common/services/tailscale.nix
./common/services/fwupd.nix
./common/services/gnupg-agent.nix
./common/services/opensnitch.nix
# CLI Software
./common/software/cli/weechat.nix