diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 746e647..345645a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -111,6 +111,8 @@ programs = { ssh.askPassword = ""; + light.enable = true; + firejail = { enable = true; wrappedBinaries = { |