9 lines
129 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
with lib;
{
imports = [ ./common-ui.nix ];
2021-11-19 10:26:10 -08:00
networking.networkmanager.enable = mkForce false;
}