mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
12 lines
182 B
Nix
Executable file
12 lines
182 B
Nix
Executable file
{ moduleFunctions }:
|
|
let
|
|
inherit (moduleFunctions.devicesFunctions)
|
|
deviceNames
|
|
;
|
|
|
|
isoName = deviceNames.iso;
|
|
in
|
|
{
|
|
label = deviceNames.serverLabel;
|
|
name = isoName;
|
|
}
|