users/jan: use another ssh command for my repo
This commit is contained in:
parent
19a0079480
commit
bec1a000f0
2 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
includes =
|
includes =
|
||||||
|
import ./myrepo.secret.nix
|
||||||
# My main account was suspended due to sanctions
|
# My main account was suspended due to sanctions
|
||||||
import ./github.secret.nix
|
++ import ./github.secret.nix
|
||||||
# Work account
|
# Work account
|
||||||
++ import ./gitlab.secret.nix;
|
++ import ./gitlab.secret.nix;
|
||||||
ignores = [ ".nlsp-settings" ];
|
ignores = [ ".nlsp-settings" ];
|
||||||
|
|
BIN
home/users/jan/git/myrepo.secret.nix
Normal file
BIN
home/users/jan/git/myrepo.secret.nix
Normal file
Binary file not shown.
Loading…
Reference in a new issue