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:
- cron: '0 0 * * 1'
# “At 00:00 on Monday."
push:
- branch: main
jobs:
update-flake-lock:
runs-on: docker
@ -13,7 +15,7 @@ jobs:
- name: "Setup Runner"
run: |
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.name "Albert J. Copeland"
- uses: actions/checkout@v3

View file

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