meow
This commit is contained in:
parent
2f045bf2fd
commit
48453eaf1c
4 changed files with 7 additions and 1 deletions
|
@ -191,6 +191,11 @@
|
|||
# fsType = "btrfs";
|
||||
# options = [ "subvol=swap" "noatime" ];
|
||||
#};
|
||||
systemd.services.nix-daemon.environment.NIX_SSHOPTS = let
|
||||
knownHosts = pkgs.writeText "known-hosts" ''
|
||||
${builtins.readFile ../secret-data/ssh-desktop-knownhosts-thingies}
|
||||
'';
|
||||
in "-oIdentityFile=/home/jade/.ssh/id_rsa -oUserKnownHostsFile=/home/jade/.ssh/known_hosts";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue