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;
powerOnBoot = true;
};
age.secrets.rustypaste = {
file = ../../secrets/rustypaste.age;
};
#: Power Consumption {{{
services.logind = {
powerKey = "hibernate";

View file

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

View file

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

View file

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