chore: format

nix-components
pegasust 2022-11-15 22:44:56 +00:00
parent df9fbf05ea
commit 0ac0521375
1 changed files with 18 additions and 18 deletions

View File

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