refactor: move networking into its own module

This commit is contained in:
Mohammad Rafiq 2025-03-27 02:26:13 +08:00
parent e181c1c4f3
commit d5b4b54403
No known key found for this signature in database
4 changed files with 43 additions and 47 deletions

View file

@ -1,8 +1,6 @@
{
boot.loader = {
timeout = 5;
systemd-boot.enable = true;
systemd-boot.configurationLimit = 5;
efi.canTouchEfiVariables = true;
};
}