mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
apps/run-workflow-with-vm: update build script and config
This commit is contained in:
parent
3d515564a4
commit
74b7879e51
@ -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";
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user