l backups: don't mount /backups

This commit is contained in:
lassulus 2019-04-07 18:58:28 +02:00
parent fc85c6d168
commit 15fe4f7447

View File

@ -2,19 +2,11 @@
with import <stockholm/lib>;
{
fileSystems = {
"/backups" = {
device = "/dev/pool/backup";
fsType = "ext4";
};
};
users.users.backup = {
useDefaultShell = true;
home = "/backups";
createHome = true;
openssh.authorizedKeys.keys = with config.krebs.hosts; [
mors.ssh.pubkey
prism.ssh.pubkey
blue.ssh.pubkey
];
};