13 lines
302 B
Nix
13 lines
302 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./bluetooth.nix
|
|
./ssh.nix
|
|
#./zapret.nix zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
|
|
];
|
|
}
|