allow paul user to use cachix

This commit is contained in:
nyanloutre 2021-12-16 19:07:52 +01:00
parent 3291583f6a
commit 19d440a00d
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
./services.nix
];
nix.trustedUsers = [ "root" "paul" ];
boot = {
loader = {
systemd-boot.enable = true;