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

This commit is contained in:
Jordan Holt 2025-01-19 12:57:52 +00:00
parent 5a8b6bc354
commit 0473348ad2
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
25 changed files with 5 additions and 31 deletions

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
imports = [

View File

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

View File

@ -1,5 +1,4 @@
{
config,
pkgs,
self,
...

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
imports = [

View File

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

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
imports = [

View File

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

View File

@ -1,4 +1,4 @@
{ lib, ... }:
{ ... }:
{
disko.devices = {
disk = {

View File

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

View File

@ -1,5 +1,4 @@
{
config,
lib,
self,
...

View File

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

View File

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

View File

@ -1,5 +1,4 @@
{
config,
lib,
modulesPath,
...

View File

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

View File

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

View File

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

View File

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

View File

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

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,
...
}: