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