diff options
| author | Malo Bourgon <mbourgon@gmail.com> | 2022-08-13 19:18:48 -0700 |
|---|---|---|
| committer | Malo Bourgon <mbourgon@gmail.com> | 2022-08-16 10:41:51 -0700 |
| commit | 7e74c1c9fbb19638d95933b8bcac1757a184519e (patch) | |
| tree | d5e822c0a9aa7f799c594576cc6dd8cfeca90126 /modules/examples | |
| parent | f88286eda079b404da179efa86b907b166b878e3 (diff) | |
Move build user options to `nix` module to improve overlap with NixOS
Also add `config.ids` like in NixOS.
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index a0dd0ba..dac393f 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -357,6 +357,6 @@ # path = /etc/per-user/lnl/gitconfig # environment.etc."per-user/lnl/gitconfig".text = builtins.readFile "${inputs.dotfiles}/git/gitconfig"; - users.nix.configureBuildUsers = true; - users.nix.nrBuildUsers = 32; + nix.configureBuildUsers = true; + nix.nrBuildUsers = 32; } |
