Skip to content

Commit e1b8fba

Browse files
Merge master into staging-next
2 parents 93d9b27 + 0c23a22 commit e1b8fba

File tree

73 files changed

+372
-1971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+372
-1971
lines changed

maintainers/maintainer-list.nix

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5448,6 +5448,12 @@
54485448
githubId = 62989;
54495449
name = "Demyan Rogozhin";
54505450
};
5451+
Denommus = {
5452+
email = "[email protected]";
5453+
github = "Denommus";
5454+
githubId = 721022;
5455+
name = "Yuri da Costa Albuquerque";
5456+
};
54515457
denperidge = {
54525458
email = "[email protected]";
54535459
github = "Denperidge";
@@ -6991,6 +6997,12 @@
69916997
githubId = 57543709;
69926998
name = "Chris O'Brien";
69936999
};
7000+
euxane = {
7001+
name = "euxane";
7002+
email = "[email protected]";
7003+
github = "pacien";
7004+
githubId = 1449319;
7005+
};
69947006
evalexpr = {
69957007
name = "Jonathan Wilkins";
69967008
email = "[email protected]";
@@ -13665,7 +13677,7 @@
1366513677
};
1366613678
Makuru = {
1366713679
email = "[email protected]";
13668-
github = "makuru-dd";
13680+
github = "makuru-org";
1366913681
githubId = 58048293;
1367013682
name = "Makuru";
1367113683
keys = [ { fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7"; } ];
@@ -17031,12 +17043,6 @@
1703117043
githubId = 17091659;
1703217044
name = "Pablo Andres Dealbera";
1703317045
};
17034-
pacien = {
17035-
email = "[email protected]";
17036-
github = "pacien";
17037-
githubId = 1449319;
17038-
name = "Pacien Tran-Girard";
17039-
};
1704017046
pacman99 = {
1704117047
email = "[email protected]";
1704217048
matrix = "@pachumicchu:myrdd.info";

nixos/modules/programs/msmtp.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010

1111
in
1212
{
13-
meta.maintainers = with lib.maintainers; [ pacien ];
13+
meta.maintainers = with lib.maintainers; [ euxane ];
1414

1515
options = {
1616
programs.msmtp = {

nixos/modules/services/backup/postgresql-wal-receiver.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,5 @@ in
210210
) receivers;
211211
};
212212

213-
meta.maintainers = with lib.maintainers; [ pacien ];
213+
meta.maintainers = with lib.maintainers; [ euxane ];
214214
}

nixos/modules/services/mail/stalwart-mail.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ in
198198
meta = {
199199
maintainers = with lib.maintainers; [
200200
happysalada
201-
pacien
201+
euxane
202202
onny
203203
];
204204
};

nixos/modules/services/matrix/appservice-discord.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ in
159159
};
160160
};
161161

162-
meta.maintainers = with lib.maintainers; [ pacien ];
162+
meta.maintainers = with lib.maintainers; [ euxane ];
163163
}

nixos/modules/services/matrix/mautrix-telegram.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ in
200200
};
201201

202202
meta.maintainers = with lib.maintainers; [
203-
pacien
203+
euxane
204204
vskilet
205205
];
206206
}

nixos/modules/services/misc/rmfakecloud.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ in
145145
};
146146
};
147147

148-
meta.maintainers = with lib.maintainers; [ pacien ];
148+
meta.maintainers = with lib.maintainers; [ euxane ];
149149
}

nixos/tests/postgresql/postgresql-wal-receiver.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
in
2020
makeTest {
2121
name = "postgresql-wal-receiver-${package.name}";
22-
meta.maintainers = with lib.maintainers; [ pacien ];
22+
meta.maintainers = with lib.maintainers; [ euxane ];
2323

2424
nodes.machine =
2525
{ ... }:

nixos/tests/restic.nix

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,15 @@ import ./make-test-python.nix (
132132
"cp -rT ${testDir} /opt",
133133
"touch /opt/excluded_file_1 /opt/excluded_file_2",
134134
"mkdir -p /root/restic-rclone-backup",
135-
"restic-remote-noinit-backup init",
135+
)
136+
137+
server.fail(
138+
# test that noinit backup in fact does not initialize the repository
139+
# and thus fails without a pre-initialized repository
140+
"systemctl start restic-backups-remote-noinit-backup.service",
141+
)
136142
143+
server.succeed(
137144
# test that remotebackup runs custom commands and produces a snapshot
138145
"timedatectl set-time '2016-12-13 13:45'",
139146
"systemctl start restic-backups-remotebackup.service",
@@ -152,7 +159,8 @@ import ./make-test-python.nix (
152159
"restic-remote-from-file-backup restore latest -t /tmp/restore-2",
153160
"diff -ru ${testDir} /tmp/restore-2/opt",
154161
155-
# test that remote-noinit-backup produces a snapshot
162+
# test that remote-noinit-backup produces a snapshot once initialized
163+
"restic-remote-noinit-backup init",
156164
"systemctl start restic-backups-remote-noinit-backup.service",
157165
'restic-remote-noinit-backup snapshots --json | ${pkgs.jq}/bin/jq "length | . == 1"',
158166

nixos/tests/stalwart-mail.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import ./make-test-python.nix (
123123
meta = {
124124
maintainers = with lib.maintainers; [
125125
happysalada
126-
pacien
126+
euxane
127127
onny
128128
];
129129
};

0 commit comments

Comments
 (0)