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