Remove dead code
Some checks failed
Check flake / build-amd64-linux (push) Failing after 3m0s

This commit is contained in:
2025-01-19 12:57:52 +00:00
parent 5a8b6bc354
commit 0473348ad2
25 changed files with 5 additions and 31 deletions

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:

View File

@ -2,7 +2,6 @@
config,
lib,
pkgs,
self,
...
}:

View File

@ -7,7 +7,6 @@
let
cfg = config.modules.services.netbird;
hostname = config.networking.hostName;
in
{
options.modules.services.netbird = {

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
self,
...
}:

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
self,
...
}: