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; };
nix.linux-builder.enable = true;
users.users = {
larstvei = {
home = "/Users/larstvei";

View File

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