Commit graph

13 commits

Author SHA1 Message Date
makefu 8e4382da0b
battery: rename gnome.gnome-power-manager -> gnome-power-manager 2024-09-07 00:26:44 +02:00
makefu 8066d10481
x.r: rename options 2024-09-07 00:20:07 +02:00
makefu 785a51ad63
default: disable tmp.useTmpfs globally, enable per machine 2024-08-24 13:54:31 +02:00
makefu d0d7d8c9a8
emergency commit 2024-08-04 23:31:57 +02:00
makefu 5dc7bfc64d
x: update to follow upstream 2024-07-09 23:04:16 +02:00
makefu 08577b81cd
x: do not build on tmpfs 2024-05-30 17:57:54 +02:00
makefu 875d00737c
omo/gum: add zerotier secrets 2024-02-14 23:44:28 +01:00
makefu 15c9a1aa21
x: add facts 2024-01-18 01:17:25 +01:00
makefu a025e295dc
x/x13: enable zram swap 2024-01-15 22:55:40 +01:00
makefu 3cac8cc3b8
machines: remove nixpkgs.config 2024-01-15 22:35:36 +01:00
makefu a6b75651cd
x: disable mitigations 2023-10-03 22:40:28 +02:00
makefu d52a5ccb3c
machines: disable aarch64 builder (for now) 2023-10-02 00:46:25 +02:00
makefu 1e2e2bdd35
clan: add secrets
grep -- '- &' .sops.yaml  | cut -d'&' -f2 | grep _host | sed 's/_host//' | xargs -n2 clan secrets machines add
for i in secrets/*.yaml; do host=$(basename $i .yaml); clan secrets import-sops $i --machine $host --user makefu --prefix ${host}-;done
for i in secrets/*.yaml; do host=$(basename $i .yaml) ;clan secrets groups add-machine common "$host";done
2023-10-01 22:58:15 +02:00