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 = [ imports = [

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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