ma default: add flakes and nix-command flags

This commit is contained in:
makefu 2023-06-03 15:30:37 +02:00
parent 073cf18889
commit 43f6b90d34

View file

@ -31,6 +31,7 @@ with import <stockholm/lib>;
};
};
nix.settings.trusted-users = [ config.krebs.build.user.name ];
nix.settings.experimental-features = [ "flakes" "nix-command" ];
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages;