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.