apply treefmt

This commit is contained in:
Daylin Morgan 2025-01-13 13:09:01 -06:00
parent a4cb7872ba
commit 5f3972d784
Signed by: daylin
GPG key ID: 950D13E9719334AD
13 changed files with 64 additions and 72 deletions

View file

@ -1,11 +1,11 @@
name: 'Maximize build disk space'
description: 'Maximize the available disk space by removing unneeded software'
name: "Maximize build disk space"
description: "Maximize the available disk space by removing unneeded software"
inputs:
purge-packages:
description: whether to remove apt packages
required: false
default: 'false'
default: "false"
runs:
using: "composite"
@ -57,7 +57,6 @@ runs:
wait
echo "... done"
- name: Disk space report after modification
shell: bash
run: |

View file

@ -2,7 +2,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:

View file

@ -4,19 +4,19 @@ on:
workflow_dispatch:
inputs:
hosts:
description: 'list of hosts to build'
description: "list of hosts to build"
required: true
default: 'othalan,algiz'
default: "othalan,algiz"
type: string
lockFile:
description: 'flake.lock file'
description: "flake.lock file"
type: string
workflow_call:
inputs:
hosts:
description: 'list of hosts to build'
default: ',othalan,algiz'
description: "list of hosts to build"
default: ",othalan,algiz"
type: string
concurrency:

View file

@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
lockFile:
description: 'flake.lock file'
description: "flake.lock file"
type: string
jobs:
@ -23,7 +23,6 @@ jobs:
extra-conf: |
accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: cachix/cachix-action@v15
with:
name: daylin

View file

@ -6,7 +6,7 @@ on:
# - '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
- "**/*.md"
branches:
- main

View file

@ -4,9 +4,9 @@ on:
workflow_dispatch:
inputs:
hosts:
description: 'list of hosts to build'
description: "list of hosts to build"
required: true
default: 'othalan,algiz'
default: "othalan,algiz"
type: string
# schedule:
@ -65,7 +65,6 @@ jobs:
with:
push-args: --set-upstream --force origin flake-lock
build-full:
needs: build-minimal
runs-on: ubuntu-latest
@ -110,4 +109,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: summary
path: '*-summary.md'
path: "*-summary.md"

View file

@ -44,7 +44,6 @@ See below for the currently maintained hosts.
</tr>
</table>
## oizys cli
A small helper utility that mostly just wraps `nix` commands for convenience.
@ -83,5 +82,3 @@ Oizys was birthed by the goddess Nyx/Nix and embodies suffering and misery. Whic
> [!NOTE]
> I don't use home-manager to manager my shell/user configs. You can find those in my separate `chezmoi`-managed [`dotfiles`](https://git.dayl.in/daylin/dotfiles) repository.

View file

@ -30,9 +30,11 @@ ln -s /run/current-system/sw/bin/gitea /usr/local/bin/gitea
## Setting up Attic
Generated a key using command provided in attic docs:
```sh
nix run nixpkgs#openssl -- genrsa -traditional 4096 | base64 -w0
```
And wrote `ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64="output from above"` to `/etc/attic.env`
I generated a token to configure the caches using the following command:
@ -43,4 +45,3 @@ atticd-atticadm make-token --sub daylin --push "*" --pull "*" --validity '1y' --
If I handled secrets via `sops` or `agenix` I think this could be stored directly in the repo.
I also had to modify the firewall so that docker would forward along the requests by caddy to `host.docker.internal` correctly.

View file

@ -2,4 +2,3 @@
<img src="https://upload.wikimedia.org/wikipedia/commons/5/57/Runic_letter_mannaz.svg">
<h1>mannaz</h1>
</div>

View file

@ -2,4 +2,3 @@
<img src="https://upload.wikimedia.org/wikipedia/commons/7/70/Runic_letter_othalan.svg">
<h1>othalan</h1>
</div>

View file

@ -2,6 +2,7 @@
(loadOverlays inputs ./.)
++ [
inputs.nim2nix.overlays.default # adds buildNimPackage
(final: prev: {
stable = import inputs.stable {
system = final.system;

View file

@ -27,4 +27,3 @@ Is this related to above and could maybe resolved by settling on a stable versio
> kernel: ucsi_acpi USBC000:00: error -EINVAL: PPM init failed
<!-- generated with <3 by daylinmorgan/todo -->