hosts: migrate to nilla
This commit is contained in:
parent
ddcf878b92
commit
b988839a70
20 changed files with 79 additions and 205 deletions
|
@ -1,8 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{ lib }:
|
||||
{
|
||||
options.assets = lib.mkOption {
|
||||
type = lib.types.unspecified;
|
||||
readOnly = true;
|
||||
options.assets = lib.options.create {
|
||||
type = lib.types.raw;
|
||||
writable = false;
|
||||
};
|
||||
|
||||
config.assets = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue