summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix19
1 files changed, 6 insertions, 13 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 9fbe3cb..c7fa49c 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -1,9 +1,4 @@
-{
- config,
- username,
- pkgs-master,
- ...
-}:
+{ config, username, ... }:
{
system.stateVersion = "25.05";
@@ -45,22 +40,22 @@
zram.enable = true;
swapfile = {
enable = true;
- size = 32;
+ size = 16;
};
};
network.enable = true;
security = {
enable = true;
sandboxing.enable = true;
- # antivirus.enable = true;
};
- ssh.enable = true;
- tailscale.enable = true;
storage.enable = true;
users.enable = true;
};
srv = {
bluetooth.enable = true;
+ tailscale.enable = true;
+ ssh.enable = true;
+ firewall.enable = true;
yggdrasil.enable = true;
i2p = {
enable = true;
@@ -87,7 +82,7 @@
virtualization.kvm.enable = true;
kdeconnect.enable = true;
nix-helper.enable = true;
- monero.enable = true;
+ monero.wallet.enable = true;
sops.enable = true;
syncthing.enable = true;
omnisearch.enable = true;
@@ -110,8 +105,6 @@
];
};
- environment.systemPackages = [ pkgs-master.simplex-chat-desktop ];
-
# services.netbox = {
# enable = true;
# package = pkgs-stable.netbox;