diff options
| author | adikro <adikro@disroot.org> | 2026-05-18 15:25:50 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-18 15:25:50 +0200 |
| commit | c6b6a3e6c702834eac2b633db2ed4c397b4ae113 (patch) | |
| tree | 4ec03c63fac3c7d0e7caea31cbe9ec1317df8c2f /hosts/thinkpad/configuration.nix | |
| parent | 62b7ca3cdfff5182daad7f4092b6861bbc93f04c (diff) | |
set up disko, zfs, clamav aide, backup, nfs, zfs for oci and ups
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index c8947d3..0fe2945 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -44,20 +44,17 @@ security = { enable = true; sandboxing.enable = true; - # antivirus.enable = true; }; - ssh.enable = true; storage.enable = true; - tailscale.enable = true; users.enable = true; }; srv = { - omnisearch.enable = true; bluetooth.enable = true; - i2p = { - enable = true; - enableBrowser = true; - }; + tailscale.enable = true; + ssh.enable = true; + firewall.enable = true; + omnisearch.enable = true; + i2p.enable = true; tor = { enable = true; enableBrowser = true; @@ -70,13 +67,16 @@ gaming = { enable = true; games.enable = true; - steam.enable = true; + steam = { + enable = true; + enableSls = true; + }; }; moonlight.enable = true; virtualization.kvm.enable = true; kdeconnect.enable = true; nix-helper.enable = true; - monero.enable = true; + monero.wallet.enable = true; sops.enable = true; syncthing.enable = true; vpn.enable = true; |
