orm: serve actual

This commit is contained in:
Katherina Walshe-Grey 2024-09-26 12:16:33 +01:00
parent 59bbcc165e
commit 8b04d9039e
5 changed files with 86 additions and 6 deletions

View file

@ -21,5 +21,15 @@
privateKeyFile = config.age.secrets.wireguard-peer-orm.path;
};
randomcat.services.zfs.datasets = {
"rpool_orm/state" = { mountpoint = "none"; };
"rpool_orm/state/actual" = { mountpoint = "/var/lib/actual"; };
};
qenya.services.actual = {
enable = true;
domain = "actual.qenya.tel";
};
system.stateVersion = "23.11";
}