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