feat: Use auto-allocate-uids

This commit is contained in:
Uttarayan Mondal
2024-05-14 14:23:28 +05:30
parent a672b9b69d
commit 717eb2b666
3 changed files with 3 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ in {
# Misc
qmk
bitwarden-cli
p7zip
yt-dlp
spotdl

View File

@@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [nix neovim];
nix = {
settings = {
experimental-features = "nix-command flakes repl-flake";
experimental-features = "nix-command flakes repl-flake auto-allocate-uids";
max-jobs = 8;
trusted-users = ["root" "fs0c131y"];
};

View File

@@ -20,7 +20,7 @@
nix = {
settings = {
auto-optimise-store = true; # Did you read the comment?
extra-experimental-features = "nix-command flakes repl-flake";
extra-experimental-features = "nix-command flakes repl-flake auto-allocate-uids";
trusted-users = ["root" "servius"];
};
gc = {