nix/nixos/base/configuration.nix
iofq f022e338b0
Some checks are pending
/ check (push) Waiting to run
opentofu incus
2026-03-23 00:14:25 -05:00

8 lines
139 B
Nix

{ pkgs, ... }:
with pkgs;
{
security.sudo.enable = lib.mkForce false;
networking = {
useHostResolvConf = lib.mkForce false;
};
}