Clean up base role
This commit is contained in:
parent
83cd92035b
commit
f4c6c70d67
9 changed files with 242 additions and 186 deletions
7
defaults/base/overlays.nix
Normal file
7
defaults/base/overlays.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, options, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [ (import ../../overlays) ];
|
||||
nix.nixPath = options.nix.nixPath.default
|
||||
++ [ "nixpkgs-overlays=/etc/nixos/overlays/_nix-path/" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue