This commit is contained in:
biscuit
2025-06-05 16:35:01 -05:00
parent f715f08831
commit 363d470386
4 changed files with 10 additions and 19 deletions
+6 -1
View File
@@ -20,6 +20,11 @@
nixpkgs.config.allowUnfree = allowUnfree;
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings = {
trusted-users = [
"lsoriano"
];
experimental-features = ["nix-command" "flakes"];
};
system.stateVersion = "25.05";
}