mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
feat: intro profiles mechanism
This commit is contained in:
parent
9a8cded846
commit
7916dab911
5 changed files with 129 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, profiles, ... }:
|
||||
{
|
||||
options.machine.meta = lib.mkOption {
|
||||
description = "Machine metadata";
|
||||
|
@ -33,6 +33,10 @@
|
|||
description = "tld for local addressing of the machine";
|
||||
default = "luj";
|
||||
};
|
||||
profiles = mkOption {
|
||||
description = "profiles applied to the machine";
|
||||
default = with profiles; [ base ];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue