From 736596c387515c76158f8e308fab0c3ccc4582aa Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 13 Apr 2026 18:57:37 -0400 Subject: [PATCH] made bob a server --- systems/bob/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/systems/bob/default.nix b/systems/bob/default.nix index c4cf75c..b4267f5 100644 --- a/systems/bob/default.nix +++ b/systems/bob/default.nix @@ -1,9 +1,9 @@ -{ inputs, ... }: +{ inputs, pkgs, ... }: { imports = [ "${inputs.self}/users/richie" + "${inputs.self}/users/math" "${inputs.self}/common/global" - "${inputs.self}/common/optional/desktop.nix" "${inputs.self}/common/optional/docker.nix" "${inputs.self}/common/optional/scanner.nix" "${inputs.self}/common/optional/steam.nix" @@ -19,6 +19,11 @@ ./llms.nix ]; + boot = { + kernelPackages = pkgs.linuxPackages_6_18; + zfs.package = pkgs.zfs_2_4; + }; + networking = { hostName = "bob"; hostId = "7c678a41";