summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
-rw-r--r--hosts/thinkpad/configuration.nix20
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;