From 2c786f806ac9d977ba43441a56a40d46aaaa91c3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 13 Mar 2025 14:32:54 -0400 Subject: [PATCH] universeair: Sequoia + Lix --- machines/universeair/app-fix.nix | 2 +- machines/universeair/configuration.nix | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/machines/universeair/app-fix.nix b/machines/universeair/app-fix.nix index 7f7d887..c6ad623 100644 --- a/machines/universeair/app-fix.nix +++ b/machines/universeair/app-fix.nix @@ -11,7 +11,7 @@ rm -rf "$nix_apps" mkdir -p "$nix_apps" find ${config.system.build.applications}/Applications -maxdepth 1 -type l -exec readlink '{}' + | - while read src; do + while read -r src; do # Spotlight does not recognize symlinks, it will ignore directory we link to the applications folder. # It does understand MacOS aliases though, a unique filesystem feature. Sadly they cannot be created # from bash (as far as I know), so we use the oh-so-great Apple Script instead. diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index d9de84f..668ab89 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -11,8 +11,6 @@ in ]; nix.registry.nixpkgs.flake = inputs.nixpkgs; nixpkgs.config.allowUnfree = true; - # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; # nix.package = pkgs.nixUnstable; nix.settings.auto-optimise-store = false; @@ -189,7 +187,6 @@ in "bitwarden" "zoom-for-it-admins" "libreoffice" - "kicad" "tailscale" "godot" "pixelorama"