Update disko

This commit is contained in:
Invariantspace 2024-02-26 21:06:48 -08:00
parent 8862537d5e
commit 0863fa0dfb
9 changed files with 40 additions and 29 deletions

View file

@ -1,4 +1,6 @@
{ config, lib, ... }: with lib; {
{ config, lib, ... }:
with lib; {
options.constants = {
domain = mkOption {
type = types.str;