aboutsummaryrefslogtreecommitdiff
path: root/roots/tempest.nix
diff options
context:
space:
mode:
Diffstat (limited to 'roots/tempest.nix')
-rw-r--r--roots/tempest.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/roots/tempest.nix b/roots/tempest.nix
index 04c4629406b..40a6aa91568 100644
--- a/roots/tempest.nix
+++ b/roots/tempest.nix
@@ -42,6 +42,8 @@
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [];
+
+ services.zfs.autoSnapshot.enable = true;
fileSystems."/" = {
device = "zroot";
@@ -65,7 +67,8 @@
## From Mass Effect: Andromeda
networking.hostName = "tempest";
networking.hostId = "01fd342c";
-
+ networking.firewall.allowedTCPPorts = [ 9000 ];
+
networking.useDHCP = false;
networking.interfaces.enp7s0.useDHCP = true;