treewide: ran deadnix

This commit is contained in:
Rouven Seifert 2024-03-11 22:49:12 +01:00
parent 05a5e085d8
commit 736c84cce9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ pkgs, config, ... }:
{
sops.secrets = {
"bacula/password".owner = "bacula";

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
services.fail2ban = {
enable = true;

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ config, ... }:
let
domain = "infoscreen.${config.networking.domain}";
in

View file

@ -47,7 +47,7 @@ in
disabledModules = [ "services/misc/portunus.nix" ];
imports = [ "${nixpkgs-unstable}/nixos/modules/services/misc/portunus.nix" ];
nixpkgs.overlays = [
(self: super: {
(_self: _super: {
inherit (nixpkgs-unstable.legacyPackages.${system}) portunus;
})
];

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ config, ... }:
let
domain = "manual.${config.networking.domain}";
in

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
# automatically back up all databases
services.postgresqlBackup = {

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
let
domain = "tickets.${config.networking.domain}";
in