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";