From 3b40ecbad13dbee8a00ae36a99558956a8608893 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 7 Sep 2024 18:28:03 -0700 Subject: [PATCH] Add roles to boxy --- machines/boxy/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/boxy/configuration.nix b/machines/boxy/configuration.nix index 29ae604..c7d8522 100644 --- a/machines/boxy/configuration.nix +++ b/machines/boxy/configuration.nix @@ -8,7 +8,10 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ../../roles/common/default.nix ../../roles/nix/default.nix + (import ../../roles/kodi/default.nix { autologin = true; inherit lib; inherit pkgs; }) + (import ../../roles/users/default.nix { extraGroups = []; }) ]; # Use the systemd-boot EFI boot loader.