Files
black-start/common/core.nix
2026-02-22 20:22:28 -05:00

9 lines
190 B
Nix

{
imports = [
./networking.nix
];
nixpkgs.config.allowUnfree = true;
programs.nix-ld.enable = true;
security.sudo.wheelNeedsPassword = false;
system.stateVersion = "25.11";
}