hosts: migrate to nilla
This commit is contained in:
parent
c523ebe44b
commit
ba23a8d7f5
19 changed files with 78 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