diff options
| author | adikro <adikro@disroot.org> | 2026-04-01 21:38:49 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-01 21:38:49 +0200 |
| commit | b1e0a67ef30d0e6e957045bf254aa8f397d467d1 (patch) | |
| tree | 6eab6d25e4dfea49717063c7094ef0c8cf09c6be /hosts | |
| parent | 6e2d32bec6a82c9fa3cb1d9238fd86196f67702c (diff) | |
thinkpad sync
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 6f4757e..f12c54b 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -29,6 +29,7 @@ cpu = "amd"; graphics = { enable = true; + version = "git"; amdgpu.enable = true; }; }; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 8fa03c4..cfdcd8e 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -45,7 +45,11 @@ swapfile.enable = true; }; network.enable = true; - security.enable = true; + security = { + enable = true; + sandboxing.enable = true; + antivirus.enable = true; + }; ssh.enable = true; storage.enable = true; users.enable = true; |
