From 135adcbdd9d6d64e340de11566da6bdfd081d9fc Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 17 Nov 2024 19:06:57 -0500 Subject: [PATCH] desktop.nix --- systems/muninn/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index c2243a4..3a8e172 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -4,12 +4,16 @@ ../../users/richie ../../users/gaming ../../common/global - ../../common/optional/desktop.nix ../../common/optional/steam.nix ../../common/optional/systemd-boot.nix ./hardware.nix ]; + boot = { + kernelPackages = pkgs.linuxPackages_zen; + zfs.package = pkgs.zfs_unstable; + }; + networking = { hostName = "muninn"; hostId = "a43179c5";