summaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/spontaneity')
-rw-r--r--nix/systems/spontaneity/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix
index 776149d..3aa0a39 100644
--- a/nix/systems/spontaneity/default.nix
+++ b/nix/systems/spontaneity/default.nix
@@ -15,6 +15,8 @@
grub.enable = true;
};
};
+
+ boot.loader.grub.device = "nodev";
networking = {
firewall.allowedTCPPorts = [
80
@@ -44,6 +46,7 @@
"mail.${config.monorepo.vars.remoteHost}" = {};
"nullring.xyz" = {};
+ "git.nullring.xyz" = {};
"matrix.nullring.xyz" = {};
"talk.nullring.xyz" = {};
"mail.nullring.xyz" = {};