commit 54a489f28dd4bb4280c6b8ac003c7b3e2c3d4b46
parent 4c24ac4cee6ff85891a8ca972c2c5769ca7fb131
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 2 Oct 2020 18:16:46 +0200
users/vincent: fix .config/ssh placeholder
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/vincent/core/ssh.nix b/users/vincent/core/ssh.nix
@@ -12,7 +12,7 @@ in
patchedOpenSSH
];
home.file.".ssh/sockets/.placeholder".text = '''';
- xdg.configFile.".ssh/.placeholder".text = '''';
+ xdg.configFile."ssh/.placeholder".text = '''';
programs.ssh = {
enable = true;