summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 47f18cde..5d234da6 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -21,6 +21,8 @@ in rec {
21 21
22 boot.kernelModules = [ "usblp" ]; 22 boot.kernelModules = [ "usblp" ];
23 23
24 boot.tmpOnTmpfs = true;
25
24 networking.hostName = "bragi"; 26 networking.hostName = "bragi";
25 networking.hostId = "2af11085"; 27 networking.hostId = "2af11085";
26 networking.wireless.enable = true; 28 networking.wireless.enable = true;