Your one-stop-cake-shop for everything Freshly Baked has to offer

style: format with treefmt #96

merged opened by a.starrysky.fyi targeting main from private/minion/push-mtkwrpxuxmqp

Now that we've got a system which properly evaluates and builds again, let's format it so all our CI passes

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m32s5frctg22
+23 -1
Interdiff #0 #1
packetmix/packages/bluesky-pds/default.nix

This file has not been changed.

+22
packetmix/systems/umber/auto-shutdown.nix
··· 1 + { pkgs, ... }: 2 + { 3 + systemd.timers."auto-shutdown" = { 4 + wantedBy = [ "timers.target" ]; 5 + timerConfig = { 6 + OnCalendar = "* *-*-* 23:55:00 Etc/UTC"; 7 + Persistent = false; 8 + Unit = "auto-shutdown.service"; 9 + }; 10 + }; 11 + 12 + systemd.services."auto-shutdown" = { 13 + script = '' 14 + ${pkgs.systemd}/bin/systemctl poweroff 15 + ''; 16 + serviceConfig = { 17 + RemainAfterExit = true; 18 + Type = "oneshot"; 19 + User = "root"; 20 + }; 21 + }; 22 + }
+1 -1
.tangled/workflows/packetmix-build.yml
··· 21 21 - name: Add base system files 22 22 command: | 23 23 # Let us SSH to midnight by name 24 - echo "192.168.0.6 midnight" >> /etc/hosts 24 + echo "192.168.1.2 midnight" >> /etc/hosts 25 25 26 26 # Avoid missing user with UID 0 error on ssh... 27 27 echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd

History

5 rounds 0 comments
sign up or login to add to the discussion
3 commits
expand
style: format with treefmt
feat(umber): automatically shutdown
ci: correct build workflow IP
5/5 success
expand
expand 0 comments
pull request successfully merged
3 commits
expand
style: format with treefmt
feat(umber): automatically shutdown
ci: correct build workflow IP
1/5 failed, 4/5 success
expand
expand 0 comments
3 commits
expand
style: format with treefmt
feat(umber): automatically shutdown
ci: correct build workflow IP
1/5 failed, 1/5 timeout, 3/5 success
expand
expand 0 comments
3 commits
expand
style: format with treefmt
feat(umber): automatically shutdown
ci: correct build workflow IP
1/5 failed, 2/5 timeout, 2/5 success
expand
expand 0 comments
1 commit
expand
style: format with treefmt
1/5 failed, 4/5 success
expand
expand 0 comments