feat: enable server module, disable zfs pool

This commit is contained in:
Ahwx 2025-04-24 10:57:39 +02:00
parent 0514d04adf
commit 71081eb600

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, config, ... }:
{
imports = [
./hardware-configuration.nix
@ -9,6 +9,8 @@
networking.hostName = "dandelion";
liv.server.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
@ -36,7 +38,7 @@
trim.enable = true;
};
boot.zfs.extraPools = [ "terrabite" ];
# boot.zfs.extraPools = [ "terrabite" ];
# fileSystems."/terrabite/main" = {
# device = "terrabite/main";