feat(git): add git module, set user config
This commit is contained in:
parent
a71cbb544a
commit
f78770d4f1
5 changed files with 15 additions and 2 deletions
|
@ -18,6 +18,7 @@ let
|
|||
nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit (cfg) manifest;
|
||||
hostName = name;
|
||||
};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue