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

@ -1,5 +1,4 @@
{ {
config,
inputs, inputs,
lib, lib,
nodes, nodes,

View file

@ -38,7 +38,7 @@
microvmConfig = vmName: vmCfg: { microvmConfig = vmName: vmCfg: {
# Add the required datasets to the disko configuration of the machine # Add the required datasets to the disko configuration of the machine
disko.devices.zpool = mkIf vmCfg.zfs.enable { 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; disko.zfs.filesystem vmCfg.zfs.mountpoint;
}; };

View file

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