hosts: migrate to nilla

This commit is contained in:
Nikodem Rabuliński 2025-03-23 22:46:55 +01:00
parent c523ebe44b
commit ba23a8d7f5
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
19 changed files with 78 additions and 205 deletions

View file

@ -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 = {