1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(zaatar): mount restic disk via nixos

This commit is contained in:
2022-01-23 16:46:32 +01:00
parent 638751eb20
commit 16b25d4890

View File

@@ -21,6 +21,11 @@ in
'')
];
fileSystems."/backup" = {
device = "/dev/disk/by-id/ata-ST500LM021-1KJ152_W626LS9M";
fsType = "ext4";
};
networking.firewall =
let
dport = restic.port;