Fix warnings

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-09 15:40:07 +01:00
parent 73b74531a2
commit 88c0119862
18 changed files with 3 additions and 22 deletions

View file

@ -1,6 +1,6 @@
# Unlike other modules in this directory, this one is not enabled by default
# The default graphical configuration would enable this, the verbose configuration would not.
{ config, ... }:
{ ... }:
{
boot = {
plymouth.enable = true;

View file

@ -1,6 +1,5 @@
{
nixos-config,
nixos-hardware,
nixpkgs,
...
}:

View file

@ -1,10 +1,8 @@
{
nixos-config,
nixos-hardware,
config,
pureInputs,
pkgs,
lib,
nixpkgs,
...
}:

View file

@ -1,7 +1,6 @@
{
config,
nixos-config,
lib,
pkgs,
pureInputs,
...

View file

@ -1,5 +1,4 @@
{
config,
nixos-config,
...
}:

View file

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

View file

@ -1,7 +1,5 @@
{
config,
nixos-config,
lib,
...
}:
{

View file

@ -1,7 +1,5 @@
{
config,
nixos-config,
lib,
...
}:
{

View file

@ -1,5 +1,4 @@
{
system,
config,
lib,
pkgs,
@ -19,6 +18,7 @@ in
options.autoContainers = mkOption {
default = [ ];
type = types.listOf types.str;
description = "names of containers to automatically set up";
};
config = {
containers = listToAttrs (

View file

@ -2,7 +2,6 @@
disko,
home-manager,
lib,
nur,
...
}:
with lib;

View file

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

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
inTester,
...
}:
with lib;

View file

@ -1,6 +1,5 @@
{
sops-nix,
config,
...
}:
{

View file

@ -1,6 +1,5 @@
{
pkgs,
config,
lib,
nur,
...

View file

@ -1,4 +1,4 @@
{ config, systemConfig, ... }:
{ ... }:
{
services.syncthing = {
enable = true;

View file

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

View file

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

View file

@ -1,7 +1,5 @@
{
callPackage,
testers,
nixos-config,
inputs,
}:
testers.runNixOSTest {