update nixpkgs, small changes

This commit is contained in:
Henri Dohmen 2025-05-18 13:27:15 +02:00
parent bf05141776
commit dbd88aea66
4 changed files with 31 additions and 24 deletions

View file

@ -5,18 +5,14 @@
...
}:
{
config = {
nix.settings = {
experimental-features = [
"nix-command"
"flakes"
];
trusted-users = [
"root"
];
auto-optimise-store = true;
};
nixpkgs.config.allowUnfree = false;
nix.settings = {
experimental-features = [
"nix-command"
"flakes"
];
trusted-users = [ "root" ];
auto-optimise-store = true;
};
nixpkgs.config.allowUnfree = false;
}