mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added iso
This commit is contained in:
parent
0dbcbb6b19
commit
1bf13e57be
10 changed files with 71 additions and 17 deletions
12
modules/config/devices/config/nixos.nix
Normal file
12
modules/config/devices/config/nixos.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ moduleFunctions }:
|
||||
let
|
||||
inherit (moduleFunctions.devicesFunctions)
|
||||
deviceNames
|
||||
;
|
||||
|
||||
isoName = deviceNames.iso;
|
||||
in
|
||||
{
|
||||
label = deviceNames.serverLabel;
|
||||
name = isoName;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue