mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
falkenstein-1 -> falkenstein
This commit is contained in:
parent
41d348b037
commit
bad96e4197
19 changed files with 41 additions and 33 deletions
13
hosts/falkenstein/modules/pfersel/default.nix
Normal file
13
hosts/falkenstein/modules/pfersel/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
age.secrets.pfersel = {
|
||||
file = ../../../../secrets/falkenstein/pfersel.age;
|
||||
owner = "pfersel";
|
||||
};
|
||||
services.pfersel = {
|
||||
enable = true;
|
||||
discord = {
|
||||
tokenFile = config.age.secrets.pfersel.path;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue