Add roles to boxy

This commit is contained in:
2024-09-07 18:28:03 -07:00
parent 8b311d4ed0
commit 3b40ecbad1

View File

@@ -8,7 +8,10 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../roles/common/default.nix
../../roles/nix/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. # Use the systemd-boot EFI boot loader.