🚀 seperate files for email secrets
This commit is contained in:
parent
5aa2803627
commit
590443b0f9
5 changed files with 30 additions and 6 deletions
17
flake.nix
17
flake.nix
|
|
@ -67,8 +67,23 @@
|
|||
agenix.nixosModules.age
|
||||
];
|
||||
|
||||
hosts.nixos-laptop.modules = [ ./hosts/nixos-laptop ];
|
||||
hosts.nixos-laptop.modules = [
|
||||
./hosts/nixos-laptop
|
||||
{
|
||||
age.secrets.email = {
|
||||
file = ./secrets/email-laptop.age;
|
||||
owner = "1000";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
hosts.nixos-desktop.modules = [
|
||||
{
|
||||
age.secrets.email = {
|
||||
file = ./secrets/email-desktop.age;
|
||||
owner = "1000";
|
||||
};
|
||||
}
|
||||
./hosts/nixos-desktop
|
||||
self.nixosModules.containers
|
||||
self.nixosModules.gaming
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue