feat(gorgon): enable ssh-agent
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
This commit is contained in:
parent
776f7d2000
commit
96dcd17947
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ in
|
||||||
repo = "u355513-sub1@u355513-sub1.your-storagebox.de:/home/backup";
|
repo = "u355513-sub1@u355513-sub1.your-storagebox.de:/home/backup";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
# Prevent garbage collection for nix shell and direnv
|
# Prevent garbage collection for nix shell and direnv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue