mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: cleanup
This commit is contained in:
parent
310779fd89
commit
2085054136
3 changed files with 1 additions and 4 deletions
|
@ -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