Build all images with nix-snapshotter
This commit is contained in:
parent
ab3a068066
commit
708e6b4336
14 changed files with 125 additions and 184 deletions
|
@ -8,6 +8,9 @@
|
|||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
images = {
|
||||
dnsmasq = ./dnsmasq.nix;
|
||||
attic = ./attic.nix;
|
||||
ntfy = ./ntfy.nix;
|
||||
radicale = ./radicale.nix;
|
||||
};
|
||||
in {
|
||||
nixngConfigurations = builtins.mapAttrs (name: configFile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue