Compare commits
No commits in common. "8f5a0bad31d2c04e069e530df90d15c3c82177aa" and "db4db1508680cc245bf02271612df8e1c5466fba" have entirely different histories.
8f5a0bad31
...
db4db15086
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user