apps/run-workflow-with-vm: update build script and config

This commit is contained in:
Gabriel Arazas 2024-02-27 21:27:08 +08:00
parent 3d515564a4
commit 74b7879e51
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
<sops-nix/modules/sops>
<nixos-generators/formats/vm.nix>
<nixos-generators/format-module.nix>
({ config, lib, pkgs, ... }: {
({ config, lib, pkgs, foodogsquaredLib, ... }: {
imports = [
(lib.private.mapHomeManagerUser "alice" {
(foodogsquaredLib.mapHomeManagerUser "alice" {
password = "";
extraGroups = [ "wheel" ];
description = "There is no password";

View File

@ -17,7 +17,7 @@ endforeach
bindata = configuration_data()
bindata.set('datadir', datadir)
bindata.set('inputsArgs', inputsArgs)
bindata.set('projectname', 'run-workflow-with-vm')
bindata.set('projectname', meson.project_name())
configure_file(
input: 'app.sh',
output: 'run-workflow-with-vm',