treewide: nixfmt .
This commit is contained in:
parent
a25e51e7da
commit
724e7bd062
2 changed files with 7 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
neededForBoot = true;
|
||||
};
|
||||
boot.initrd.systemd.settings.Manager.DefaultTimeoutStartSec = 30;
|
||||
systemd.settings.Manager.DefaultTimeoutStopSec= 10;
|
||||
systemd.settings.Manager.DefaultTimeoutStopSec = 10;
|
||||
networking.useNetworkd = true;
|
||||
networking.nftables.enable = true;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{ config, options, lib, ... }:
|
||||
{
|
||||
config,
|
||||
options,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue