Compare commits

..

12 Commits

Author SHA1 Message Date
mapclyps 71bea86703 update to 25.11
Validate NixOS Config / validate (push) Successful in 36s
2026-03-29 10:22:29 +00:00
mapclyps 312b743cde change port to 3000
Validate NixOS Config / validate (push) Successful in 33s
2026-03-29 09:59:01 +02:00
mapclyps 7c5bd6ccc9 revert runner back to native
Validate NixOS Config / validate (push) Successful in 37s
2024-08-26 20:26:31 +00:00
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
mapclyps ea25687d88 check resolv in docker container
Validate NixOS Config / test (push) Failing after 4m12s
2024-08-25 21:55:11 +00:00
mapclyps d2a0e2f501 testing ubuntu runner for diagnostics
Validate NixOS Config / test (push) Failing after 4m11s
2024-08-25 18:13:49 +00:00
mapclyps 1f20860006 add network raw to runner config
Validate NixOS Config / validate (push) Failing after 1m56s
2024-08-25 18:00:10 +00:00
mapclyps a57cf3b5c9 add tmux
Validate NixOS Config / validate (push) Failing after 1m56s
2024-08-25 15:38:21 +00:00
mapclyps 6a1de7420a add byobu
Validate NixOS Config / validate (push) Has been cancelled
2024-08-25 15:37:14 +00:00
mapclyps cc23ccd89e testing something
Validate NixOS Config / validate (push) Failing after 1m56s
2024-08-25 15:19:06 +00:00
mapclyps bae3b0fb4c switched back to docker container
Validate NixOS Config / validate (push) Failing after 1m56s
2024-08-25 14:24:44 +00:00
3 changed files with 13 additions and 7 deletions
+4 -2
View File
@@ -8,7 +8,9 @@ on:
branches: branches:
- main # Adjust this to match your main branch name - main # Adjust this to match your main branch name
env:
PATH: /run/current-system/sw/bin:$PATH
jobs: jobs:
validate: validate:
runs-on: native runs-on: native
@@ -27,4 +29,4 @@ jobs:
nix flake check nix flake check
nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run
env: env:
NIX_CONFIG: "experimental-features = nix-command flakes" NIX_CONFIG: "experimental-features = nix-command flakes"
+6 -2
View File
@@ -13,6 +13,8 @@
neovim neovim
git git
starship starship
byobu
tmux
]; ];
nix.settings.experimental-features = "nix-command flakes"; nix.settings.experimental-features = "nix-command flakes";
@@ -34,7 +36,7 @@
# Set the system version # Set the system version
system.stateVersion = "unstable"; system.stateVersion = "25.11";
# add nameserver to be able to resolve names in local network # add nameserver to be able to resolve names in local network
networking = { networking = {
@@ -44,6 +46,7 @@
}; };
programs.starship.enable = true; programs.starship.enable = true;
programs.nix-ld.enable = true;
# Enable OpenSSH # Enable OpenSSH
@@ -56,9 +59,10 @@
services.gitea-actions-runner.instances = { services.gitea-actions-runner.instances = {
runner1 = { runner1 = {
token = "Pxh7t6Ip39SFjWQyhCjb7xsRC73k5l3JY3jYYzzD"; token = "Pxh7t6Ip39SFjWQyhCjb7xsRC73k5l3JY3jYYzzD";
url = "http://gitea.lan:80/"; url = "http://gitea.lan:3000/";
name = "runner1"; name = "runner1";
enable = true; enable = true;
settings = { network= "host"; };
labels = [ "ubuntu-latest:docker://ubuntu:latest" labels = [ "ubuntu-latest:docker://ubuntu:latest"
"nixos:docker://nixpkgs/nix-flakes:latest" "nixos:docker://nixpkgs/nix-flakes:latest"
"native:host" "native:host"
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723991338, "lastModified": 1774386573,
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=", "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8a3354191c0d7144db9756a74755672387b702ba", "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9",
"type": "github" "type": "github"
}, },
"original": { "original": {