From 74ff861a8b201ea7ce3591d219cb39d45a920e30 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 25 Sep 2015 15:22:27 +0200 Subject: syntax fix --- ymir.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index c57e4407..ab9c4325 100644 --- a/ymir.nix +++ b/ymir.nix @@ -14,9 +14,6 @@ device = "/dev/vda"; }; - networking.hostName = "ymir"; - networking.hostId = "1c5c994e"; - environment.systemPackages = with pkgs; [ git mosh @@ -26,6 +23,8 @@ ]; networking = { + hostName = "ymir"; + hostId = "1c5c994e"; firewall = { enable = true; allowPing = true; -- cgit v1.2.3