m 2 time-machine: init
This commit is contained in:
parent
a16ec260c6
commit
7383125f6b
31
makefu/2configs/time-machine.nix
Normal file
31
makefu/2configs/time-machine.nix
Normal file
@ -0,0 +1,31 @@
|
||||
let
|
||||
time-machine-path = "/media/crypt2/backup/time-machine/misa";
|
||||
in {
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
548 # netatalk
|
||||
];
|
||||
|
||||
services = {
|
||||
netatalk = {
|
||||
enable = true;
|
||||
|
||||
volumes = {
|
||||
"misa-time-machine" = {
|
||||
"time machine" = "yes";
|
||||
path = time-machine-path;
|
||||
"valid users" = "misa";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
||||
publish = {
|
||||
enable = true;
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user