my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

nixos/services/tranquil: remove old signal remove

isabel 1fa5a4de c2d185ac

-3
-3
modules/nixos/services/tranquil.nix
··· 1 1 { 2 2 lib, 3 - pkgs, 4 3 self, 5 4 config, 6 5 inputs, ··· 40 39 invite_code_required = true; 41 40 age_assurance_override = true; 42 41 }; 43 - 44 - signal.cli_path = pkgs.emptyFile; 45 42 46 43 # crawlers shamlessly stolen from 47 44 # <https://compare.hose.cam>