chore: format

This commit is contained in:
pegasust 2022-11-15 22:44:56 +00:00
parent df9fbf05ea
commit 0ac0521375

View File

@ -11,7 +11,7 @@ with lib;
{
imports = (if includeHardware then [
./profiles/${hostname}/hardware-configuration.nix
] else []) ++ [
] else [ ]) ++ [
"${modulesPath}/profiles/minimal.nix"
];
inherit networking;
@ -54,5 +54,5 @@ with lib;
pkgs.sysstat
pkgs.mosh
];
}
}