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;
|
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";
|
||||||
|
|
|
@ -85,7 +85,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
age.secrets.rustypaste = {
|
||||||
|
file = ../../secrets/rustypaste.age;
|
||||||
|
};
|
||||||
#: Virtualisation {{{
|
#: Virtualisation {{{
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
age.secrets.rustypaste = {
|
|
||||||
file = ../secrets/rustypaste.age;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue