NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(stellapent-cier): update hosts file

also update commit message for updating flake.lock file

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+20 -1
+1 -1
.github/workflows/update-flakes.yml
··· 36 36 git config --global user.name "RecapTimeBot" 37 37 git config --global user.email "recaptimebot@gmail.com" 38 38 git add flake.lock 39 - git commit -m "Update flake.lock [skip-ci]" || echo "No changes to commit" 39 + git commit -m "chore(flake): update lockfile [skip-ci]" || echo "No changes to commit" 40 40 git push 41 41 build-iso: 42 42 concurrency:
+19
hosts/stellapent-cier/configuration.nix
··· 48 48 "stellapent.tailnet.andreijiroh.dev" 49 49 "stellapent.tailnet.andreijiroh.eu.org" 50 50 ]; 51 + "100.120.57.47" = [ 52 + "rpi-aether" 53 + "rpi-aether.tailnet" 54 + "rpi-aether.tailnet.andreijiroh.dev" 55 + "rpi-aether.tailnet.andreijiroh.eu.org" 56 + "aether.tailnet" 57 + "aether.tailnet.andreijiroh.dev" 58 + "aether.tailnet.andreijiroh.eu.org" 59 + ]; 60 + "100.102.205.81" = [ 61 + "go" 62 + "go.tailnet" 63 + "go.fawn-cod.ts.net" 64 + ]; 65 + "100.126.238.86" = [ 66 + "paste" 67 + "paste.tailnet" 68 + "paste.fawn-cod.ts.net" 69 + ]; 51 70 }; 52 71 networkmanager = { 53 72 enable = true;