12 lines
113 B
Nix
12 lines
113 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./earlyoom
|
||
|
./libvirtd
|
||
|
./snowflake
|
||
|
./ssh
|
||
|
./tlp
|
||
|
./userborn
|
||
|
];
|
||
|
}
|