chore: format
parent
df9fbf05ea
commit
0ac0521375
|
@ -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
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue