common: profiles: migrate devices

This commit is contained in:
Bruno BELANYI 2024-01-03 17:03:09 +00:00
parent 42cbe79cae
commit 1d888f68e3
5 changed files with 25 additions and 23 deletions

View file

@ -3,9 +3,9 @@
{ lib, type ? null, ... }:
let
allowedTypes = [
"nixos"
"home"
"darwin"
"home"
"nixos"
];
allowedTypesString = lib.concatStringSep ", " (builtins.map lib.escapeNixString allowedTypes);