Compare commits

..

3 Commits

2 changed files with 10 additions and 6 deletions

12
flake.lock generated
View File

@@ -28,11 +28,11 @@
]
},
"locked": {
"lastModified": 1773898372,
"narHash": "sha256-PqeDgmyI/Df3/Mv0B81FP/ZC4KuO88YRQF5ZfeFyA4k=",
"lastModified": 1774007980,
"narHash": "sha256-FOnZjElEI8pqqCvB6K/1JRHTE8o4rer8driivTpq2uo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ecf019baf47df009937b5f8c4604cee10f410a76",
"rev": "9670de2921812bc4e0452f6e3efd8c859696c183",
"type": "github"
},
"original": {
@@ -103,11 +103,11 @@
"noctalia-qs": "noctalia-qs"
},
"locked": {
"lastModified": 1773907741,
"narHash": "sha256-VCOseUhojMawFh/O0ZlSftbiEql4kJn0+WjPqorvk9o=",
"lastModified": 1774014047,
"narHash": "sha256-pSbjavFqmHzbR4aG+22k81yGgjIUrV64UePEf4m/s5U=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "5eb8b9cbcbf7f9ffcff8b75233bad6e80c721f4c",
"rev": "e2ba46ed122082a15841be9e2b9fb392395c5a4f",
"type": "github"
},
"original": {

View File

@@ -8,6 +8,10 @@
networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ];
# enable wifi
hardware.enableAllFirmware = true;
networking.wireless.enable = true;
# enable bluetooth
hardware.bluetooth.enable = true;