mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
ca6f78393a
2 changed files with 13 additions and 7 deletions
|
|
@ -60,10 +60,16 @@
|
||||||
trim.enable = true;
|
trim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# boot.zfs.extraPools = [ "terrabite" ];
|
boot.zfs.extraPools = [ "spinners" ];
|
||||||
|
|
||||||
# fileSystems."/terrabite/main" = {
|
fileSystems = {
|
||||||
# device = "terrabite/main";
|
"/spinners/rootvol" = {
|
||||||
# fsType = "zfs";
|
device = "terrabite/rootvol";
|
||||||
# };
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
"/spinners/ahwx" = {
|
||||||
|
device = "terrabite/ahwx";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ (import ./docker.nix) ]
|
[ (import ./docker.nix) ]
|
||||||
++ [ (import ./immich.nix) ]
|
# ++ [ (import ./immich.nix) ]
|
||||||
++ [ (import ./nextcloud.nix) ]
|
# ++ [ (import ./nextcloud.nix) ]
|
||||||
++ [ (import ./home-assistant.nix) ]
|
++ [ (import ./home-assistant.nix) ]
|
||||||
++ [ (import ./monitoring.nix) ]
|
++ [ (import ./monitoring.nix) ]
|
||||||
++ [ (import ./smart-monitoring.nix) ]
|
++ [ (import ./smart-monitoring.nix) ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue