🚨 statix/deadnix fixes

This commit is contained in:
2022-12-27 10:10:53 -05:00
parent 6abad2d5a6
commit 1dd6bb52a0
36 changed files with 43 additions and 48 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
_: {
nix = {
configureBuildUsers = true;
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
inetutils
vim
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
nix.distributedBuilds = true;
nix.buildMachines = [{
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ code-server ];
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
services.nginx = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
with lib;
let cfg = config.walkah.coredns;
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
services.nginx = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }: {
{ pkgs, config, ... }: {
systemd.services.drone-runner-docker = {
wantedBy = [ "multi-user.target" ];
serviceConfig = {
+1 -4
View File
@@ -1,7 +1,4 @@
{ pkgs, config, lib, ... }:
let
droneserver = config.users.users.droneserver.name;
in
{ pkgs, config, ... }:
{
nix.settings.allowed-users = [ "drone-runner-exec" ];
systemd.services.drone-runner-exec = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
let cfg = config.services.gitea;
in
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
services.nginx = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
services.nginx = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
{
imports = [
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ ipfs-migrator ];
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
let
peers = [
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, pkgs, ... }:
{
services = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
services.nginx = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: {
_: {
services.minecraft-server = {
enable = true;
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
let
dest_ip = "100.111.208.75";
in
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
services = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
services.nginx = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
{
services.traefik = {