feat(servers): setup corosync

This commit is contained in:
matt1432 2024-01-21 22:11:38 -05:00
parent 4ea15b6a9c
commit c3df63c479
5 changed files with 35 additions and 5 deletions

View file

@ -51,9 +51,11 @@
# Cluster
thingone = mkNixOS [
(import ./devices/cluster "thingone")
secrets.nixosModules.thingy
];
thingtwo = mkNixOS [
(import ./devices/cluster "thingtwo")
secrets.nixosModules.thingy
];
live-image = mkNixOS [