Adding syncplay
This commit is contained in:
parent
a1e1272ebb
commit
58003570a3
5 changed files with 26 additions and 6 deletions
|
|
@ -53,12 +53,6 @@
|
|||
# Network services
|
||||
#services.openssh.enable = true;
|
||||
|
||||
#services.syncplay = {
|
||||
# enable = true;
|
||||
# port = 8998;
|
||||
# extraArgs = [ "--password pouicbarilstepson123cassoulet" ];
|
||||
#};
|
||||
|
||||
# Bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
- `agraf` : Copyparty (`files.lyes.eu`)
|
||||
- `baba` : Nextcloud (`cloud.lyes.eu`)
|
||||
- `biggoron` : Forgejo (`git.lyes.eu`)
|
||||
- `facteur` : Syncplay
|
||||
- `giovanni` : Vaultwarden (`vault.lyes.eu`)
|
||||
- `kaepora` : PostgreSQL
|
||||
- `kalif` : Factorio (`factorio.lyes.eu`)
|
||||
|
|
|
|||
17
modules/server/facteur/default.nix
Normal file
17
modules/server/facteur/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.syncplay = {
|
||||
enable = true;
|
||||
port = 8998;
|
||||
passwordFile = config.age.secrets.facteur-pass.path;
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
facteur-pass = {
|
||||
file = ../../../secrets/zora/services/facteur-pass.age;
|
||||
owner = "syncplay";
|
||||
group = "syncplay";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -27,4 +27,5 @@ in
|
|||
"secrets/zora/services/lanayru-pass.age".publicKeys = all;
|
||||
"secrets/zora/services/agraf-root-pass.age".publicKeys = all;
|
||||
"secrets/zora/services/agraf-lyes-pass.age".publicKeys = all;
|
||||
"secrets/zora/services/facteur-pass.age".publicKeys = all;
|
||||
}
|
||||
|
|
|
|||
7
secrets/zora/services/facteur-pass.age
Normal file
7
secrets/zora/services/facteur-pass.age
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 whuRpQ SjgklfrTXj3TptfA1MxYkbjcWkFNTNwvpHoto0YfEnY
|
||||
/MhJDiLIqHjUKU8jEe9NPTR/29YYij8E6u6t9/Mj1VM
|
||||
-> ssh-ed25519 TFqgIg qXDuQIj9gq/hO07+6KBkCKVTd3L6eomSMetxXfVu1yc
|
||||
RWpVvmkM5hN9yHO4JlPWsTvl8sDG0DOA1y5DGcTlTa0
|
||||
--- UwLsYqcbzfvzL2SoevAhhG2K1JA3XlHTVeF73nEU21c
|
||||
÷ÑKÒ¶d¯IT«[îöWFäu×f¹Èê:¶Lp‡Äl8Š€6©X©
|
||||
Loading…
Add table
Add a link
Reference in a new issue