9 lines
190 B
Nix
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";
|
|
} |