mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/ni: create system-wide nixpkgs config
This commit is contained in:
parent
fdd723ca33
commit
ba3af47cb5
@ -132,6 +132,12 @@ in
|
||||
programs.wezterm.enable = true;
|
||||
programs.adb.enable = true;
|
||||
|
||||
environment.etc."nix/nixpkgs-config.nix".source = pkgs.writeText "nixpkgs-config" ''
|
||||
{
|
||||
allowUnfree = true;
|
||||
}
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Some sysadmin thingamajigs.
|
||||
openldap
|
||||
|
Loading…
Reference in New Issue
Block a user