mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
feat: intro profiles mechanism
This commit is contained in:
parent
dac48324d8
commit
d03904704a
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