Compare commits

...

2 Commits

Author SHA1 Message Date
mapclyps b67302f703 add nix-ld for dynamic links
Validate NixOS Config / test (push) Failing after 4m12s
2024-08-26 19:30:54 +00:00
mapclyps 93b1a1d9ff changed runner network to host 2024-08-25 22:33:48 +00:00
+2
View File
@@ -46,6 +46,7 @@
};
programs.starship.enable = true;
programs.nix-ld.enable = true;
# Enable OpenSSH
@@ -61,6 +62,7 @@
url = "http://gitea.lan:80/";
name = "runner1";
enable = true;
settings = { network= "host"; };
labels = [ "ubuntu-latest:docker://ubuntu:latest"
"nixos:docker://nixpkgs/nix-flakes:latest"
"native:host"