feat: Use auto-allocate-uids
This commit is contained in:
@@ -76,6 +76,7 @@ in {
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
qmk
|
qmk
|
||||||
|
bitwarden-cli
|
||||||
p7zip
|
p7zip
|
||||||
yt-dlp
|
yt-dlp
|
||||||
spotdl
|
spotdl
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
environment.systemPackages = with pkgs; [nix neovim];
|
environment.systemPackages = with pkgs; [nix neovim];
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = "nix-command flakes repl-flake";
|
experimental-features = "nix-command flakes repl-flake auto-allocate-uids";
|
||||||
max-jobs = 8;
|
max-jobs = 8;
|
||||||
trusted-users = ["root" "fs0c131y"];
|
trusted-users = ["root" "fs0c131y"];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true; # Did you read the comment?
|
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"];
|
trusted-users = ["root" "servius"];
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
|
|||||||
Reference in New Issue
Block a user