git: use config on servers
This commit is contained in:
parent
4835d30b62
commit
466f0297b8
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
{ user, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../modules/git
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
|
@ -10,4 +14,4 @@
|
|||
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue