summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 2dd6e82b..fa5f860f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -20,7 +20,7 @@ in rec {
20 20
21 boot.tmpOnTmpfs = true; 21 boot.tmpOnTmpfs = true;
22 22
23 boot.supportedFileSystems = [ "cifs" ]; 23 boot.supportedFilesystems = [ "cifs" ];
24 24
25 networking.hostName = "bragi"; 25 networking.hostName = "bragi";
26 networking.hostId = "2af11085"; 26 networking.hostId = "2af11085";