Enable defaults.nebula
This commit is contained in:
parent
504d1a4283
commit
5470f2672d
|
@ -9,9 +9,6 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
beatific.hostName = "catacomb";
|
beatific.hostName = "catacomb";
|
||||||
beatific.defaults = {
|
|
||||||
nebula = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
|
@ -154,22 +151,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nebula.networks.beatific = lib.recursiveUpdate beatific.nebula-defaults {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
# Network certificate and host credentials
|
|
||||||
ca = "/etc/nebula/beatific/beatific.crt";
|
|
||||||
cert = "/etc/nebula/beatific/catacomb.crt";
|
|
||||||
key = "/etc/nebula/beatific/catacomb.key";
|
|
||||||
|
|
||||||
# Connect to the lighthouse at empyrean
|
|
||||||
# Note that this is a VPN address, not a public address
|
|
||||||
lighthouses = [ beatific.empyrean-vpn-ip ];
|
|
||||||
|
|
||||||
# Map the lighthouse address to its public address
|
|
||||||
staticHostMap = beatific.empyrean-host-map;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.zfs = {
|
services.zfs = {
|
||||||
autoScrub = {
|
autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue