Add my user to nix.allowed-users, config changes

This commit is contained in:
2024-12-09 18:40:25 +01:00
parent 976261b96d
commit f2edd4b571
5 changed files with 21 additions and 76 deletions
+1
View File
@@ -111,6 +111,7 @@
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
trusted-users = [ "root" "@wheel" ];
allowed-users = [ "root" "@wheel" ];
};
nix.gc = {