treewide: ran deadnix
This commit is contained in:
parent
05a5e085d8
commit
736c84cce9
|
@ -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 =
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"bacula/password".owner = "bacula";
|
"bacula/password".owner = "bacula";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, lib, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
domain = "infoscreen.${config.networking.domain}";
|
domain = "infoscreen.${config.networking.domain}";
|
||||||
in
|
in
|
||||||
|
|
|
@ -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;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, lib, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
domain = "manual.${config.networking.domain}";
|
domain = "manual.${config.networking.domain}";
|
||||||
in
|
in
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
# automatically back up all databases
|
# automatically back up all databases
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
domain = "tickets.${config.networking.domain}";
|
domain = "tickets.${config.networking.domain}";
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue