fix: rustypaste being passed to unnecessary recipients
This commit is contained in:
parent
41e39ead55
commit
42b19b1b86
4 changed files with 6 additions and 8 deletions
|
@ -22,7 +22,9 @@
|
|||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
age.secrets.rustypaste = {
|
||||
file = ../../secrets/rustypaste.age;
|
||||
};
|
||||
#: Power Consumption {{{
|
||||
services.logind = {
|
||||
powerKey = "hibernate";
|
||||
|
|
|
@ -85,7 +85,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
age.secrets.rustypaste = {
|
||||
file = ../../secrets/rustypaste.age;
|
||||
};
|
||||
#: Virtualisation {{{
|
||||
virtualisation.docker = {
|
||||
enable = false;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
./fonts.nix
|
||||
./portals.nix
|
||||
./env.nix
|
||||
./secrets.nix
|
||||
|
||||
./programs/firefox.nix
|
||||
./programs/thunderbird.nix
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
age.secrets.rustypaste = {
|
||||
file = ../secrets/rustypaste.age;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue