move common files like the desktop configuration and main.nix to common/
This commit is contained in:
parent
d4d25ff867
commit
360e549a5e
|
@ -4,7 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
../modules/mail.nix
|
||||
../main.nix
|
||||
../common/main.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix # include the results of the hardware scan
|
||||
../hardware-configuration.nix # include the results of the hardware scan
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
Loading…
Reference in New Issue