From 25ec73bd53b6a79f54996eccc5158364704182db Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 5 May 2026 16:10:01 -0500 Subject: [PATCH] Import roles module into workstation template so host role options exist --- hosts/templates/workstation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/templates/workstation.nix b/hosts/templates/workstation.nix index 4b8be52..2b3ecf6 100644 --- a/hosts/templates/workstation.nix +++ b/hosts/templates/workstation.nix @@ -1,6 +1,7 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ inputs.sops-nix.nixosModules.sops + ../roles/default.nix ../workstation ../common/boot.nix ../common/networking.nix