initial commit
This commit is contained in:
9
common/core.nix
Normal file
9
common/core.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
imports = [
|
||||
./networking.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.nix-ld.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
Reference in New Issue
Block a user