summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/ymir.nix b/ymir.nix
index c57e4407..ab9c4325 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -14,9 +14,6 @@
14 device = "/dev/vda"; 14 device = "/dev/vda";
15 }; 15 };
16 16
17 networking.hostName = "ymir";
18 networking.hostId = "1c5c994e";
19
20 environment.systemPackages = with pkgs; [ 17 environment.systemPackages = with pkgs; [
21 git 18 git
22 mosh 19 mosh
@@ -26,6 +23,8 @@
26 ]; 23 ];
27 24
28 networking = { 25 networking = {
26 hostName = "ymir";
27 hostId = "1c5c994e";
29 firewall = { 28 firewall = {
30 enable = true; 29 enable = true;
31 allowPing = true; 30 allowPing = true;