diff options
Diffstat (limited to 'hosts/apzu/default.nix')
-rw-r--r-- | hosts/apzu/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index 5b3d23f8..2d26b27b 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -18,11 +18,15 @@ backlight = "intel_backlight"; }; locale.enable = true; + networking = { enable = true; mode = "NetworkManager"; hostName = "apzu"; }; + bluetooth = { + enable = true; + }; nixpkgs = { enable = true; systemName = "x86_64-linux"; |