From 71081eb600e3732d67d4663668cac164f943094d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 24 Apr 2025 10:57:39 +0200 Subject: [PATCH] feat: enable server module, disable zfs pool --- hosts/dandelion/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/dandelion/default.nix b/hosts/dandelion/default.nix index 156210c..6ecda6d 100644 --- a/hosts/dandelion/default.nix +++ b/hosts/dandelion/default.nix @@ -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";