diff --git a/devenv.yaml b/devenv.yaml index 76b7cdf..c7cb5ce 100644 --- a/devenv.yaml +++ b/devenv.yaml @@ -1,3 +1,3 @@ inputs: -nixpkgs: -url: github:NixOS/nixpkgs/nixpkgs-unstable + nixpkgs: + url: github:NixOS/nixpkgs/nixpkgs-unstable diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index bd62c31..0043b48 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -22,8 +22,9 @@ in ]; - # Set hostname and timezone + # Set networking networking.hostName = hostname; + networking.networkmanager.enable = true; # Bootloader configuration