This commit is contained in:
cnst
2024-08-01 19:11:01 +02:00
parent ec2d61b288
commit a58147df97
17 changed files with 168 additions and 310 deletions

View File

@@ -14,12 +14,13 @@ let
./services/power
./services/samba
./services/udisks
./services/fwupd
];
laptop =
adampad =
shared
++ [
./services/fwupd
./core/system/adampad-nh.nix
];
cnix =
shared
@@ -32,5 +33,5 @@ let
./core/system/toothpc-nh.nix
];
in {
inherit shared laptop cnix toothpc;
inherit shared adampad cnix toothpc;
}