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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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