feat: Added discord

This commit is contained in:
uttarayan21
2024-05-28 23:41:23 +05:30
parent 35128659d2
commit fac5c05fe4
2 changed files with 3 additions and 2 deletions

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 auto-allocate-uids";
extra-experimental-features = "nix-command flakes auto-allocate-uids";
trusted-users = ["root" "servius"];
};
gc = {
@@ -28,7 +28,7 @@
dates = "daily";
options = "--delete-older-than +5";
};
package = pkgs.nixVersions.nix_2_21;
package = pkgs.nixVersions.latest;
};
services = {