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