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