This commit is contained in:
2025-12-25 14:27:20 +08:00
parent 880374e016
commit 1e3886b888
4 changed files with 16 additions and 41 deletions
+3 -2
View File
@@ -23,8 +23,9 @@
# macOS-specific Nix settings (common.nix has the shared ones)
# Any darwin-specific nix configuration can go here
# Necessary for using flakes on this system
nix.package = pkgs.nix;
# Using Determinate Nix - disable nix-darwin's Nix daemon management
# Determinate manages its own daemon and conflicts with nix-darwin
nix.enable = false;
# TODO: Set your hostname
networking.hostName = "m2n1";