aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-02-05 17:23:47 +0100
committerschererleander <leander@schererleander.de>2026-02-05 17:23:47 +0100
commitffe3ff6c78ac2aba56273432943d74f0c9d0f940 (patch)
tree5adf6d2c49db40b80d864154922d2f5b88a684af /modules/hosts
parent1f5df04c9d14a78e76708d4c4e8abafd53b2160b (diff)
chore(deps): bump stateVersion
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/lilith/configuration.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/hosts/lilith/configuration.nix b/modules/hosts/lilith/configuration.nix
index af15fba..46e8352 100644
--- a/modules/hosts/lilith/configuration.nix
+++ b/modules/hosts/lilith/configuration.nix
@@ -43,13 +43,14 @@
"nextcloud"
"iterm2"
"rectangle"
+ "tailscale-app"
];
masApps = {
- "AdGuard Mini" = 1440147259;
+ #"AdGuard Mini" = 1440147259;
#"WebSSH - Sysadmin Toolbox" = 497714887;
- "Windows App" = 1295203466;
- "Goodnotes: KI-Notizen, PDF" = 1444383602;
- "WhatsApp Messenger" = 310633997;
+ #"Windows App" = 1295203466;
+ #"Goodnotes: KI-Notizen, PDF" = 1444383602;
+ #"WhatsApp Messenger" = 310633997;
};
onActivation.cleanup = "zap";
onActivation.autoUpdate = true;
@@ -59,6 +60,6 @@
nix.enable = false;
nixpkgs.config.allowUnfree = true;
- system.stateVersion = 5;
+ system.stateVersion = 6;
};
}