move the box-specific configuration to boxes/

This commit is contained in:
randomuser 2023-08-01 15:43:38 -05:00
parent c2d03922a5
commit d4d25ff867
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{
imports = [
./desktop.nix
../desktop.nix
];
boot.loader = {

View File

@ -3,8 +3,8 @@
{
imports =
[
./modules/mail.nix
./main.nix
../modules/mail.nix
../main.nix
];
boot.loader.grub.enable = true;

View File

@ -2,7 +2,7 @@
{
imports = [
./desktop.nix
../desktop.nix
];
boot.loader.grub.enable = true;

View File

@ -2,7 +2,7 @@
{
imports = [
./desktop.nix
../desktop.nix
];
boot.loader.grub.enable = true;