1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: run deadnix

This commit is contained in:
oddlama 2023-09-04 22:01:47 +02:00
parent 0daf5651df
commit 562d1dffb3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
35 changed files with 21 additions and 110 deletions

View file

@ -1,8 +1,4 @@
{
inputs,
pkgs,
...
}: {
{inputs, ...}: {
imports = [
inputs.nixos-hardware.nixosModules.common-cpu-amd
inputs.nixos-hardware.nixosModules.common-cpu-amd-pstate

View file

@ -1,8 +1,4 @@
{
config,
lib,
...
}: {
{config, ...}: {
imports = [
../../modules/optional/hardware/hetzner-cloud.nix

View file

@ -1,7 +1,6 @@
{
config,
lib,
utils,
...
}: {
networking.hostId = config.repo.secrets.local.networking.hostId;

View file

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

View file

@ -1,6 +1,5 @@
{
config,
lib,
nodes,
...
}: let

View file

@ -1,8 +1,6 @@
{
config,
lib,
nodes,
pkgs,
...
}: let
sentinelCfg = nodes.sentinel.config;

View file

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

View file

@ -1,6 +1,5 @@
{
config,
lib,
nodes,
...
}: let

View file

@ -1,6 +1,5 @@
{
config,
lib,
nodes,
...
}: let

View file

@ -6,7 +6,6 @@
}: let
inherit (config.repo.secrets.local) acme;
sentinelCfg = nodes.sentinel.config;
inherit (sentinelCfg.repo.secrets.local) personalDomain;
in {
imports = [
../../modules/optional/hardware/odroid-n2plus.nix

View file

@ -1,8 +1,4 @@
{
lib,
config,
...
}: {
{config, ...}: {
services.esphome = {
enable = true;
enableUnixSocket = true;

View file

@ -1,8 +1,4 @@
{
lib,
config,
...
}: {
{config, ...}: {
age.secrets.mosquitto-pw-zigbee2mqtt = {
rekeyFile = ./secrets/mosquitto-pw-zigbee2mqtt.age;
mode = "440";

View file

@ -1,8 +1,4 @@
{
lib,
config,
...
}: {
{config, ...}: {
age.secrets."mosquitto-pw-zigbee2mqtt.yaml" = {
rekeyFile = ./secrets/mosquitto-pw-zigbee2mqtt.yaml.age;
mode = "440";