diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/hosts/lilith/configuration.nix | 11 | ||||
| -rw-r--r-- | modules/users/schererleander/configuration.nix | 2 |
2 files changed, 7 insertions, 6 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; }; } diff --git a/modules/users/schererleander/configuration.nix b/modules/users/schererleander/configuration.nix index af96789..8f904cc 100644 --- a/modules/users/schererleander/configuration.nix +++ b/modules/users/schererleander/configuration.nix @@ -16,7 +16,7 @@ home = { username = "schererleander"; - stateVersion = "25.05"; + stateVersion = "26.05"; }; }; } |
