From 0b821f6111d003d380fa67314e134588e1e38c25 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 12 Nov 2024 01:15:27 -0600 Subject: [PATCH] bert: Disable networkmanager I wasn't actually using this anyway? :shrug: --- bert/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/bert/configuration.nix b/bert/configuration.nix index c475e2a..369623e 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -35,8 +35,6 @@ boot.initrd.luks.devices."luks-48836129-1aa0-45c7-9fd1-6b053fa620b1".device = "/dev/disk/by-uuid/48836129-1aa0-45c7-9fd1-6b053fa620b1"; networking.hostName = "bert"; - # Enable networking - networking.networkmanager.enable = true; time.timeZone = "America/Chicago"; i18n.defaultLocale = "en_US.UTF-8";