summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index bc0beb35..820f584f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -26,7 +26,10 @@ in rec {
26 networking = { 26 networking = {
27 hostName = "bragi"; 27 hostName = "bragi";
28 hostId = "2af11085"; 28 hostId = "2af11085";
29 wireless.enable = true; 29 wireless = {
30 enable = true;
31 userControlled.enable = true;
32 };
30 33
31 bridges = { 34 bridges = {
32 eth.interfaces = [ "enp1s0" "enp2s0" "enp3s0" ]; 35 eth.interfaces = [ "enp1s0" "enp2s0" "enp3s0" ];