Add git to khs base
This commit is contained in:
parent
8c3d372586
commit
daf5aac32d
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
|||
khscodes.users.khs.enable = true;
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
environment = {
|
||||
systemPackages = [ pkgs.openbao ];
|
||||
systemPackages = [
|
||||
pkgs.openbao
|
||||
pkgs.git
|
||||
];
|
||||
variables = {
|
||||
BAO_ADDR = "https://${config.khscodes.infrastructure.openbao.domain}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue