common: profiles: migrate devices
This commit is contained in:
parent
42cbe79cae
commit
1d888f68e3
5 changed files with 25 additions and 23 deletions
|
|
@ -3,9 +3,9 @@
|
|||
{ lib, type ? null, ... }:
|
||||
let
|
||||
allowedTypes = [
|
||||
"nixos"
|
||||
"home"
|
||||
"darwin"
|
||||
"home"
|
||||
"nixos"
|
||||
];
|
||||
|
||||
allowedTypesString = lib.concatStringSep ", " (builtins.map lib.escapeNixString allowedTypes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue