mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
feat: add trok
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
tux.services.openssh.enable = true;
|
||||
tux.services.openssh.ports = [23];
|
||||
|
||||
tux.services.trok.enable = true;
|
||||
tux.services.trok.openFirewall = true;
|
||||
|
||||
tux.services.tfolio.enable = true;
|
||||
|
||||
sops.secrets = {
|
||||
|
@ -16,6 +16,7 @@
|
||||
../../modules/nixos/selfhosted/tfolio.nix
|
||||
../../modules/nixos/selfhosted/cyber-tux.nix
|
||||
../../modules/nixos/networking/ssh.nix
|
||||
../../modules/nixos/selfhosted/trok.nix
|
||||
];
|
||||
|
||||
sops.secrets.tux-password = {
|
||||
|
Reference in New Issue
Block a user