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:
@@ -21,6 +21,11 @@ in
|
|||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fileSystems."/backup" = {
|
||||||
|
device = "/dev/disk/by-id/ata-ST500LM021-1KJ152_W626LS9M";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall =
|
networking.firewall =
|
||||||
let
|
let
|
||||||
dport = restic.port;
|
dport = restic.port;
|
||||||
|
|||||||
Reference in New Issue
Block a user