diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index fd65e41..bf3328a 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -4,13 +4,17 @@ ../../users/richie ../../users/gaming ../../common/global - ../../common/optional/desktop.nix ../../common/optional/steam.nix ../../common/optional/systemd-boot.nix ../../common/optional/update.nix ./hardware.nix ]; + boot = { + kernelPackages = pkgs.linuxPackages_zen; + zfs.package = pkgs.zfs_unstable; + }; + networking = { hostName = "muninn"; hostId = "a43179c5";