hackens-org-configurations/machines/rigel/nix-conf.nix
2024-03-08 17:04:42 +01:00

14 lines
192 B
Nix

{
lib,
pkgs,
config,
metadata,
nodes,
name,
...
}: {
nix.settings = {
trusted-users = ["root" "@wheel"];
extra-experimental-features = ["nix-command" "flakes"];
};
}