move the box-specific configuration to boxes/
This commit is contained in:
parent
c2d03922a5
commit
d4d25ff867
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./desktop.nix
|
||||
../desktop.nix
|
||||
];
|
||||
|
||||
boot.loader = {
|
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
./modules/mail.nix
|
||||
./main.nix
|
||||
../modules/mail.nix
|
||||
../main.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./desktop.nix
|
||||
../desktop.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./desktop.nix
|
||||
../desktop.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
Loading…
Reference in New Issue