base: Add shared zfs options to make links config live close to related config

This commit is contained in:
Charlotte Van Petegem 2024-07-18 17:21:47 +02:00
parent fe306085f4
commit 33dadf8e4c
10 changed files with 72 additions and 62 deletions

View file

@ -20,6 +20,7 @@
};
};
zfs = {
enable = true;
encrypted = true;
backups = [
{

View file

@ -28,6 +28,7 @@
};
nix.enableDirenv = false;
zfs = {
enable = true;
backups = [
{
path = "zroot/safe/data";

View file

@ -27,6 +27,7 @@
internalIPV4 = "192.168.0.1";
};
zfs = {
enable = true;
backups = [
{
path = "zroot/safe/data";