fix ssh
This commit is contained in:
parent
2f71fd70d9
commit
8729893239
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -129,7 +129,7 @@
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
directories = [
|
directories = [
|
||||||
"scripts/bin"
|
"scripts/bin"
|
||||||
"ssh/.config/ssh"
|
"ssh/.ssh"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue