summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-04-25 21:36:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-04-25 21:36:41 +0200
commit506e116caa4ae2af1ac496d405d821bf12f0ef17 (patch)
tree53cadda747f4859f737913242ef8ffe56b4f8d54 /ymir.nix
parent3fa860e679df07c3cf41c8cb27a92f5539488f81 (diff)
downloadnixos-506e116caa4ae2af1ac496d405d821bf12f0ef17.tar
nixos-506e116caa4ae2af1ac496d405d821bf12f0ef17.tar.gz
nixos-506e116caa4ae2af1ac496d405d821bf12f0ef17.tar.bz2
nixos-506e116caa4ae2af1ac496d405d821bf12f0ef17.tar.xz
nixos-506e116caa4ae2af1ac496d405d821bf12f0ef17.zip
...
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index 9feb4393..4634037d 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -38,7 +38,7 @@ in rec {
38 ./utils/nix/module.nix 38 ./utils/nix/module.nix
39 ]; 39 ];
40 40
41 networking.hostId = "34f0d2df"; 41 networking.hostId = "1c5c994e";
42 environment.etc."machine-id".text = "34f0d2df31f8634d8c08d47b15419d26"; 42 environment.etc."machine-id".text = "34f0d2df31f8634d8c08d47b15419d26";
43 43
44 boot.loader.grub = { 44 boot.loader.grub = {
@@ -150,7 +150,6 @@ in rec {
150 150
151 networking = { 151 networking = {
152 hostName = "ymir"; 152 hostName = "ymir";
153 hostId = "1c5c994e";
154 firewall = { 153 firewall = {
155 enable = true; 154 enable = true;
156 allowPing = true; 155 allowPing = true;