hosts: dmz: get gitea runner working

This commit is contained in:
2024-04-13 11:45:52 +02:00
parent a77d2243bf
commit 21ecad4db0
2 changed files with 26 additions and 2 deletions

View File

@@ -71,7 +71,18 @@ in
fileSystems."/persist".neededForBoot = lib.mkForce true;
environment.persistence."/persist" = {
environment = {
systemPackages = with pkgs; [ # Default packages install system-wide
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
];
persistence."/persist" = {
directories = [
"/var/log"
"/var/lib/private"
@@ -80,6 +91,7 @@ in
files = [
"/etc/machine-id"
];
};
};
microvm = {