1
0
Fork 0

Add ssh for borg

This commit is contained in:
Malte Brandy 2018-06-09 03:05:33 +02:00
parent 6620a988cd
commit 986ccb8406

View file

@ -17,9 +17,12 @@ in {
defaultGateway6 = { address = config.m-0.hosts.hera-intern; interface = "eth0"; };
};
services.borgbackup.repos.backups = {
authorizedKeys = me.keys;
quota = "150G";
services = {
borgbackup.repos.backups = {
authorizedKeys = me.keys;
quota = "150G";
};
sshd.enable = true;
};
};
};