This commit is contained in:
iFargle 2024-02-05 11:24:35 +09:00
parent 55d4e1608a
commit f8cdc8d1d1
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,8 @@ on:
schedule: schedule:
- cron: '0 0 * * 1' - cron: '0 0 * * 1'
# “At 00:00 on Monday." # “At 00:00 on Monday."
push:
- branch: main
jobs: jobs:
update-flake-lock: update-flake-lock:
runs-on: docker runs-on: docker
@ -13,7 +15,7 @@ jobs:
- name: "Setup Runner" - name: "Setup Runner"
run: | run: |
apk update apk update
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ apk add git nodejs nix # --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
git config --global user.email "${{github.actor}}" git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland" git config --global user.name "Albert J. Copeland"
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -72,6 +72,7 @@
type = "luks"; type = "luks";
name = "SWAP"; name = "SWAP";
settings = { settings = {
keyFile = "/etc/swap.key";
allowDiscards = true; allowDiscards = true;
}; };
content = { content = {