Added copySysConf module.
This commit is contained in:
parent
9aced6065b
commit
82028fd0e1
3 changed files with 56 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
machinePath = (builtins.toPath ("/etc/nixos/machines/" + (fileContents /secret/hostName)));
|
||||
machinePath = (builtins.toPath ( ./machines + ("/" + (fileContents /secret/hostName))));
|
||||
machineConf = machinePath + "/configuration.nix";
|
||||
machineOpts = machinePath + "/options.nix";
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue