fix: rustypaste being passed to unnecessary recipients

This commit is contained in:
Nydragon 2024-10-02 00:45:53 +02:00
parent 41e39ead55
commit 42b19b1b86
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
4 changed files with 6 additions and 8 deletions

View file

@ -22,7 +22,9 @@
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
}; };
age.secrets.rustypaste = {
file = ../../secrets/rustypaste.age;
};
#: Power Consumption {{{ #: Power Consumption {{{
services.logind = { services.logind = {
powerKey = "hibernate"; powerKey = "hibernate";

View file

@ -85,7 +85,9 @@
}; };
}; };
}; };
age.secrets.rustypaste = {
file = ../../secrets/rustypaste.age;
};
#: Virtualisation {{{ #: Virtualisation {{{
virtualisation.docker = { virtualisation.docker = {
enable = false; enable = false;

View file

@ -7,7 +7,6 @@
./fonts.nix ./fonts.nix
./portals.nix ./portals.nix
./env.nix ./env.nix
./secrets.nix
./programs/firefox.nix ./programs/firefox.nix
./programs/thunderbird.nix ./programs/thunderbird.nix

View file

@ -1,5 +0,0 @@
{
age.secrets.rustypaste = {
file = ../secrets/rustypaste.age;
};
}