Loading nixos/modules/virtualisation/oci-image.nix +4 −0 Original line number Diff line number Diff line { config, lib, pkgs, ... }: let cfg = config.oci; in { imports = [ ./oci-common.nix ]; Loading @@ -10,6 +13,7 @@ configFile = ./oci-config-user.nix; format = "qcow2"; diskSize = 8192; partitionTableType = if cfg.efi then "efi" else "legacy"; }; systemd.services.fetch-ssh-keys = { Loading Loading
nixos/modules/virtualisation/oci-image.nix +4 −0 Original line number Diff line number Diff line { config, lib, pkgs, ... }: let cfg = config.oci; in { imports = [ ./oci-common.nix ]; Loading @@ -10,6 +13,7 @@ configFile = ./oci-config-user.nix; format = "qcow2"; diskSize = 8192; partitionTableType = if cfg.efi then "efi" else "legacy"; }; systemd.services.fetch-ssh-keys = { Loading