Parametrize the username a bit more
This commit is contained in:
parent
2d5b7e794a
commit
2caf4884db
32 changed files with 288 additions and 239 deletions
home/features/cli
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
{ config, ... }: {
|
||||
programs.ssh.enable = true;
|
||||
|
||||
satellite.persistence.at.state.apps.ssh.directories = [ ".ssh" ];
|
||||
|
||||
# Makes it easy to copy ssh keys at install time without messing up permissions
|
||||
systemd.user.tmpfiles.rules = [ "d /persist/state/home/adrielus/ssh/.ssh/etc/ssh" ];
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d ${config.satellite.persistence.at.state.home}/ssh/.ssh/etc/ssh"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue