1
0

Compare commits

..

No commits in common. "8f5a0bad31d2c04e069e530df90d15c3c82177aa" and "db4db1508680cc245bf02271612df8e1c5466fba" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -435,10 +435,6 @@
server = { server = {
interface = [ "fd00:152:152::1" "10.152.0.1" ]; interface = [ "fd00:152:152::1" "10.152.0.1" ];
access-control = [ "::/0 allow" "0.0.0.0/0 allow" ]; access-control = [ "::/0 allow" "0.0.0.0/0 allow" ];
prefer-ip6 = true;
prefetch = true;
serve-expired = true;
serve-expired-ttl-reset = true;
}; };
}; };
}; };

View File

@ -40,5 +40,5 @@ let
''; '';
in { in {
environment.systemPackages = with pkgs; [ pkgs.cryptsetup cb-mount cb-sync cb-unmount ]; environment.systemPackages = with pkgs; [ pkgs.cryptsetup pkgs.rsync cb-mount cb-sync cb-unmount ];
} }