From e822bc73b55b1a32cb6eb165a400814e6de84ae8 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 30 Nov 2025 16:52:55 +0300 Subject: [PATCH] add networking to pochita --- hosts/nixos/pochita/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nixos/pochita/configuration.nix b/hosts/nixos/pochita/configuration.nix index b878248..4b2ec0c 100644 --- a/hosts/nixos/pochita/configuration.nix +++ b/hosts/nixos/pochita/configuration.nix @@ -26,6 +26,8 @@ zramSwap.enable = true; networking.hostName = "pochita"; + networking.networkmanager.enable = true; + # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName" environment.systemPackages = [