add seperate server/desktop profiles

This commit is contained in:
Jörg Thalheim 2024-06-30 09:58:30 +02:00
parent 6a1cd68c79
commit a4749dab68
3 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,8 @@ let
in
exposeModules ./. [
./common
./server
./desktop
./mixins/telegraf.nix
./mixins/terminfo.nix
]

View File

@ -0,0 +1,5 @@
{
imports = [
../common
];
}

View File

@ -0,0 +1,5 @@
{
imports = [
../common
];
}