Commit cdcb8e7c5de0
Changed files (1)
ssh.nix
@@ -1,6 +1,7 @@
{ pkgs, config, lib, ... }:
{
+ home.file.".ssh/sockets/.placeholder".text = '''';
programs.ssh = {
enable = true;