aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/rivendell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-16 07:42:37 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-16 07:42:37 -0800
commiteefcfb47990d966592e0bfa74c316c4dd2faef9f (patch)
tree9cf86731e0a92e394c3dd232a85c70741fddbc9c /machines/nixos/x86_64-linux/rivendell.nix
parentflake.lock: Update (diff)
downloadinfra-eefcfb47990d966592e0bfa74c316c4dd2faef9f.tar.gz
run my website from rivendell
Diffstat (limited to 'machines/nixos/x86_64-linux/rivendell.nix')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix
index 6ba2af2..1fab968 100644
--- a/machines/nixos/x86_64-linux/rivendell.nix
+++ b/machines/nixos/x86_64-linux/rivendell.nix
@@ -65,6 +65,11 @@
networking.firewall.trustedInterfaces = [ "wg0" ];
networking.firewall.allowedUDPPorts = [ 51871 ];
+ services.website = {
+ enable = true;
+ openFirewall = true;
+ };
+
home-manager = {
users.${adminUser.name} = {
imports = [