🐛 (neodymium/system/nix) forgot pkgs input
This commit is contained in:
parent
6a6ba4e3c6
commit
0f983528f9
|
@ -1,4 +1,4 @@
|
||||||
{ lib, ... }: {
|
{ lib, pkgs, ... }: {
|
||||||
# restrict nix command to sudoers
|
# restrict nix command to sudoers
|
||||||
nix.settings.allowed-users = [ "@wheel" ];
|
nix.settings.allowed-users = [ "@wheel" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue