treewide: fix deadnix errors

This commit is contained in:
Felix Buehler 2023-11-07 22:00:00 +01:00
parent a36dccb271
commit 46881de8eb
59 changed files with 70 additions and 93 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
{
# Packages
environment.systemPackages = with pkgs; [

View file

@ -1,5 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
boot.initrd = {
availableKernelModules = [

View file

@ -1,5 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
networking.networkmanager = {
enable = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, pkgs, inputs, ... }:
{
nix = {
daemonCPUSchedPolicy = "idle";

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, ... }:
{
sops.secrets."users/felix/password".neededForUsers = true;
sops.secrets."users/felix/password" = { };