Move linux builder to darwin only

This commit is contained in:
larstvei 2025-08-23 15:57:32 +02:00
parent 793c310cf2
commit edb3686d34
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,8 @@
fonts.packages = import ../../home/fonts { inherit pkgs; }; fonts.packages = import ../../home/fonts { inherit pkgs; };
nix.linux-builder.enable = true;
users.users = { users.users = {
larstvei = { larstvei = {
home = "/Users/larstvei"; home = "/Users/larstvei";

View File

@ -3,9 +3,6 @@
nix = { nix = {
package = pkgs.nix; package = pkgs.nix;
linux-builder.enable = true;
settings = { settings = {
experimental-features = [ experimental-features = [
"nix-command" "nix-command"