base: Add shared zfs options to make links config live close to related config
This commit is contained in:
parent
fe306085f4
commit
33dadf8e4c
10 changed files with 72 additions and 62 deletions
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
};
|
||||
zfs = {
|
||||
enable = true;
|
||||
encrypted = true;
|
||||
backups = [
|
||||
{
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
};
|
||||
nix.enableDirenv = false;
|
||||
zfs = {
|
||||
enable = true;
|
||||
backups = [
|
||||
{
|
||||
path = "zroot/safe/data";
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
internalIPV4 = "192.168.0.1";
|
||||
};
|
||||
zfs = {
|
||||
enable = true;
|
||||
backups = [
|
||||
{
|
||||
path = "zroot/safe/data";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue