treewide: nixfmt .

This commit is contained in:
Else, Someone 2025-09-25 16:13:29 +03:00
parent a25e51e7da
commit 724e7bd062
2 changed files with 7 additions and 2 deletions

View file

@ -26,7 +26,7 @@
neededForBoot = true; neededForBoot = true;
}; };
boot.initrd.systemd.settings.Manager.DefaultTimeoutStartSec = 30; boot.initrd.systemd.settings.Manager.DefaultTimeoutStartSec = 30;
systemd.settings.Manager.DefaultTimeoutStopSec= 10; systemd.settings.Manager.DefaultTimeoutStopSec = 10;
networking.useNetworkd = true; networking.useNetworkd = true;
networking.nftables.enable = true; networking.nftables.enable = true;

View file

@ -1,4 +1,9 @@
{ config, options, lib, ... }: {
config,
options,
lib,
...
}:
{ {
config = lib.mkMerge [ config = lib.mkMerge [