summaryrefslogtreecommitdiff
path: root/hosts/thinkpad
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinkpad')
-rw-r--r--hosts/thinkpad/configuration.nix1
-rw-r--r--hosts/thinkpad/home.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix
index 0fe2945..9f27ac0 100644
--- a/hosts/thinkpad/configuration.nix
+++ b/hosts/thinkpad/configuration.nix
@@ -79,7 +79,6 @@
monero.wallet.enable = true;
sops.enable = true;
syncthing.enable = true;
- vpn.enable = true;
};
wm = {
enable = true;
diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix
index 8676adc..9b6dd95 100644
--- a/hosts/thinkpad/home.nix
+++ b/hosts/thinkpad/home.nix
@@ -64,6 +64,5 @@
home.packages = with pkgs; [
stow
gimp
- telegram-desktop
];
}