darwin: build adjustments for 25.05

This commit is contained in:
Trolli Schmittlauch 2025-05-20 23:35:11 +02:00
parent 2b06c59dd8
commit f03e5ae52c
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,6 @@
imports = [ ../common/nix-settings.nix ];
nix = {
enable = true;
package = pkgs.nixVersions.nix_2_25;
settings = {
trusted-users = [
"os"
@ -21,9 +20,6 @@
};
};
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = [ pkgs.vim ];
@ -38,6 +34,7 @@
# system-wide SSH configuration, used by nix-daemon for remote builders
# show hidden files
system.primaryUser = "os";
system.defaults.NSGlobalDomain.AppleShowAllFiles = true;
# Used for backwards compatibility, please read the changelog before changing.