summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-25 15:22:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-25 15:22:27 +0200
commit74ff861a8b201ea7ce3591d219cb39d45a920e30 (patch)
treea7062bbabf09c444507ee00ddfb3539ff0d503fb /ymir.nix
parent26d738da75fbc6959291b72db48fc6994a3801ab (diff)
downloadnixos-74ff861a8b201ea7ce3591d219cb39d45a920e30.tar
nixos-74ff861a8b201ea7ce3591d219cb39d45a920e30.tar.gz
nixos-74ff861a8b201ea7ce3591d219cb39d45a920e30.tar.bz2
nixos-74ff861a8b201ea7ce3591d219cb39d45a920e30.tar.xz
nixos-74ff861a8b201ea7ce3591d219cb39d45a920e30.zip
syntax fix
Diffstat (limited to 'ymir.nix')
-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;