my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

miku: run washing-machien every 4 minutes

june (Jul 3, 2026, 12:14 PM +0200) b34b55fb cd46a75b

+3
+3
systems/miku/services/washing-machien.nix
··· 1 1 { 2 + lib, 2 3 inputs, 3 4 config, 4 5 pkgs, ··· 20 21 input = pfp; 21 22 environmentFile = config.age.secrets.washing-machien-env.path; 22 23 }; 24 + 25 + systemd.timers.washing-machien.timerConfig.OnCalendar = lib.mkForce "*:0/4"; 23 26 }