Added copySysConf module.
This commit is contained in:
parent
9aced6065b
commit
82028fd0e1
3 changed files with 56 additions and 1 deletions
|
@ -5,6 +5,7 @@ with lib;
|
|||
{
|
||||
imports = [
|
||||
../../options/machine.nix
|
||||
../../options/copySysConf.nix
|
||||
];
|
||||
|
||||
config.machine = {
|
||||
|
@ -43,4 +44,9 @@ with lib;
|
|||
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||
};
|
||||
};
|
||||
|
||||
config.system.copySysConf = {
|
||||
enable = true;
|
||||
addToNixPath = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue