diff options
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 05ef3f7..6f4757e 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,7 +1,6 @@ { config, username, - pkgs, ... }: { @@ -48,12 +47,17 @@ }; }; network.enable = true; - security.enable = true; + security = { + enable = true; + sandboxing.enable = true; + antivirus.enable = true; + }; ssh.enable = true; storage.enable = true; users.enable = true; }; srv = { + bluetooth.enable = true; yggdrasil.enable = true; i2p.enable = true; files = { @@ -81,8 +85,6 @@ }; }; - programs.firefox.enable = true; - boot = { kernelModules = [ "nct6687" |
