Replaced nixvim with nix-cats external flake.

This commit is contained in:
Gabe Venberg 2025-07-04 19:00:20 +02:00
parent 221524709e
commit 3d335bc3ab
44 changed files with 57 additions and 1455 deletions

View file

@ -69,12 +69,12 @@
mountpoint = "/storage";
};
datasets = {
database={
database = {
type = "zfs_fs";
options = {
mountpoint ="/postgres";
mountpoint = "/postgres";
recordsize = "8K";
primarycache="metadata";
primarycache = "metadata";
};
};
backup = {