Compare commits

..

2 commits

Author SHA1 Message Date
4be6542d61 Fix acme cert name
Some checks failed
Buill NixOS Configurations / Explore-Forgejo-Actions (carbon) (push) Successful in 26s
Buill NixOS Configurations / Explore-Forgejo-Actions (git) (push) Successful in 19s
Buill NixOS Configurations / Explore-Forgejo-Actions (gospel) (push) Failing after 28s
Buill NixOS Configurations / Explore-Forgejo-Actions (node) (push) Successful in 24s
2026-02-14 18:46:56 -08:00
fdfdb785d6 Set build step name 2026-02-14 18:45:17 -08:00
2 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,6 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: | - name: Build ${{ matrix.system }}
echo 'Building configuration for ${{ matrix.system }}' run: |
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel

View file

@ -35,7 +35,7 @@
services.atticd = { services.atticd = {
enable = true; enable = true;
acmeCertName = "attic.kilonull.com"; acmeCertName = "kilonull.com";
}; };
services.openssh.enable = true; services.openssh.enable = true;
services.printing.enable = true; services.printing.enable = true;