forked from mirrors_public/oddlama_nix-config
chore: cleanup
This commit is contained in:
parent
310779fd89
commit
2085054136
3 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
nodes,
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
concatMapStrings
|
||||
concatStringsSep
|
||||
duplicates
|
||||
escapeShellArg
|
||||
filter
|
||||
genAttrs
|
||||
head
|
||||
|
@ -25,7 +24,6 @@
|
|||
net
|
||||
optionalAttrs
|
||||
optionals
|
||||
removeSuffix
|
||||
stringLength
|
||||
types
|
||||
wireguard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue