chore: cleanup

This commit is contained in:
oddlama 2023-12-03 15:11:45 +01:00
parent 310779fd89
commit 2085054136
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 1 additions and 4 deletions

View file

@ -38,7 +38,7 @@
microvmConfig = vmName: vmCfg: {
# Add the required datasets to the disko configuration of the machine
disko.devices.zpool = mkIf vmCfg.zfs.enable {
${vmCfg.zfs.pool}.datasets."${vmCfg.zfs.dataset}" =
${vmCfg.zfs.pool}.datasets.${vmCfg.zfs.dataset} =
disko.zfs.filesystem vmCfg.zfs.mountpoint;
};

View file

@ -13,7 +13,6 @@
concatMapStrings
concatStringsSep
duplicates
escapeShellArg
filter
genAttrs
head
@ -25,7 +24,6 @@
net
optionalAttrs
optionals
removeSuffix
stringLength
types
wireguard