summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-12-07 20:32:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-12-07 20:32:45 +0100
commitda6a7d5c69aa3e8b70755e88be0f44b642422114 (patch)
treebb64c8f76a0655b0967d73d7de3541fe2825aa57 /hosts
parent26ba0280e38648a787a5ef60807f91765c40d1d5 (diff)
downloadnixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar
nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar.gz
nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar.bz2
nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar.xz
nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.zip
bump
Diffstat (limited to 'hosts')
-rw-r--r--hosts/eostre/default.nix2
-rw-r--r--hosts/sif/default.nix2
-rw-r--r--hosts/vidhar/network/dsl.nix2
-rw-r--r--hosts/vidhar/pgbackrest/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index 40fb5f72..fd4b15f2 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -10,7 +10,7 @@ with lib;
10 config = { 10 config = {
11 nixpkgs = { 11 nixpkgs = {
12 system = "x86_64-linux"; 12 system = "x86_64-linux";
13 config = { 13 externalConfig = {
14 allowUnfree = true; 14 allowUnfree = true;
15 }; 15 };
16 }; 16 };
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 66dca378..d1a28920 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -20,7 +20,7 @@ in {
20 config = { 20 config = {
21 nixpkgs = { 21 nixpkgs = {
22 system = "x86_64-linux"; 22 system = "x86_64-linux";
23 config = { 23 externalConfig = {
24 allowUnfree = true; 24 allowUnfree = true;
25 pulseaudio = true; 25 pulseaudio = true;
26 }; 26 };
diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix
index ae874c25..a8a897f2 100644
--- a/hosts/vidhar/network/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
@@ -36,6 +36,7 @@ in {
36 user 002576900250551137425220#0001@t-online.de 36 user 002576900250551137425220#0001@t-online.de
37 telekom 37 telekom
38 debug 38 debug
39 +ipv6
39 ''; 40 '';
40 }; 41 };
41 systemd.services."pppd-telekom" = { 42 systemd.services."pppd-telekom" = {
@@ -43,7 +44,6 @@ in {
43 44
44 serviceConfig = lib.mkForce { 45 serviceConfig = lib.mkForce {
45 PIDFile = "/run/pppd/${pppInterface}.pid"; 46 PIDFile = "/run/pppd/${pppInterface}.pid";
46 ExecStart = "${lib.getBin pkgs.ppp}/sbin/pppd call telekom up_sdnotify nolog +ipv6";
47 }; 47 };
48 }; 48 };
49 sops.secrets."pap-secrets" = { 49 sops.secrets."pap-secrets" = {
diff --git a/hosts/vidhar/pgbackrest/default.nix b/hosts/vidhar/pgbackrest/default.nix
index 0f86ebe9..fec0c1fb 100644
--- a/hosts/vidhar/pgbackrest/default.nix
+++ b/hosts/vidhar/pgbackrest/default.nix
@@ -12,7 +12,7 @@ in {
12 12
13 services.pgbackrest = { 13 services.pgbackrest = {
14 enable = true; 14 enable = true;
15 package = flakeInputs.nixpkgs-stable.legacyPackages.${config.nixpkgs.system}.pgbackrest; 15 package = flakeInputs.nixpkgs-pgbackrest.legacyPackages.${config.nixpkgs.system}.pgbackrest;
16 16
17 tlsServer = { 17 tlsServer = {
18 enable = true; 18 enable = true;