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,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
nodes,
|
nodes,
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue