Update all to mycelium ips
This commit is contained in:
parent
200bf7e711
commit
48b55af695
10 changed files with 40 additions and 29 deletions
|
@ -1,5 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./ips ];
|
||||
|
||||
services.mycelium = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
13
modules/system/devices/networking/mycelium/ips/default.nix
Normal file
13
modules/system/devices/networking/mycelium/ips/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.services.mycelium.ips = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
|
||||
config.services.mycelium.ips = {
|
||||
tower = "577:84d1:b682:9ac3:b987:b78e:33d9:2060";
|
||||
midas = "538:e163:87ba:f847:3646:18b6:6b01:d8f8";
|
||||
kitty = "2607:fea8:431d:cba5:37b6:92f8:5be:7c56";
|
||||
prophet = "42f:2737:2aed:4dee:cbe4:3c73:1918:ad9b";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue