moved forgejo from cirrus to cirrostratus for more disk space.
This commit is contained in:
parent
14ac8a86ad
commit
2f3c84ca71
7 changed files with 24 additions and 6 deletions
|
|
@ -28,6 +28,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
../../configs/nixos/nginx-static.nix
|
||||
../../configs/nixos/immich.nix
|
||||
../../configs/nixos/homebox.nix
|
||||
../../configs/nixos/forgejo.nix
|
||||
({
|
||||
config,
|
||||
pkgs,
|
||||
|
|
|
|||
|
|
@ -69,6 +69,16 @@
|
|||
mountpoint = "/storage";
|
||||
};
|
||||
datasets = {
|
||||
# This does not reflect reality,
|
||||
# I was stupid and didnt put /var/lib on zfs,
|
||||
# so now I just have datasets for a few folders in it.
|
||||
lib = {
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
compression = "zstd";
|
||||
mountpoint = "/var/lib";
|
||||
};
|
||||
};
|
||||
postgres = {
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue