Commit 54a489f28dd4

Vincent Demeester <vincent@sbr.pm>
2020-10-02 18:16:46
users/vincent: fix .config/ssh placeholder
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4c24ac4
Changed files (1)
users
vincent
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;