From 1de57f8251bc42334b99fcb18dfbf3ca60d7e0dc 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 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";