1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(sire): init host: main media storage server

This commit is contained in:
oddlama 2024-01-04 19:06:23 +01:00
parent 36cb1d31cb
commit 1a96a4b8df
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
33 changed files with 364 additions and 69 deletions

View file

@ -20,15 +20,13 @@
};
};
zpool = with lib.disko.zfs; {
rpool =
defaultZpoolOptions
// {
datasets =
defaultZfsDatasets
// {
"safe/guests" = unmountable;
};
};
rpool = mkZpool {
datasets =
impermanenceZfsDatasets
// {
"safe/guests" = unmountable;
};
};
};
};