diff options
| author | adikro <adikro@disroot.org> | 2026-03-30 00:06:44 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-30 00:06:44 +0200 |
| commit | 6e2d32bec6a82c9fa3cb1d9238fd86196f67702c (patch) | |
| tree | ad7523c71e4adca8ba77805017035204a7faf79d /hosts | |
| parent | 3882a7074df48e348dbd7cc34d81bffc3f062b8f (diff) | |
some librewolf changes
Diffstat (limited to 'hosts')
| -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" |
