lock down nix daemon

This commit is contained in:
Noah Masur 2023-07-29 08:24:03 -04:00
parent 9f561c822c
commit 200f790ea1

View File

@ -73,6 +73,9 @@
path = builtins.toString pkgs.path; path = builtins.toString pkgs.path;
}; };
# For security, only allow specific users
settings.allowed-users = [ "@wheel" config.user ];
}; };
} }