From e10f23d15f2f198e1dcc895460984341da8f89f6 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 31 May 2024 08:51:56 -0500 Subject: [PATCH] add pkgs --- nixos/profiles/role-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/role-server.nix b/nixos/profiles/role-server.nix index 5f078d6..a2ff00f 100644 --- a/nixos/profiles/role-server.nix +++ b/nixos/profiles/role-server.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: # Role for headless servers # covers raspi's, sbc, NUC etc, anything # that is headless and minimal for running services -- 2.46.0