mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
update formatter
This commit is contained in:
parent
830d485681
commit
e084771264
3
.github/workflows/update-wiki.yml
vendored
3
.github/workflows/update-wiki.yml
vendored
@ -20,8 +20,7 @@ jobs:
|
|||||||
- run: ./modules/nixos-wiki/update-extensions.py ./modules/nixos-wiki/extensions.json
|
- run: ./modules/nixos-wiki/update-extensions.py ./modules/nixos-wiki/extensions.json
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run:
|
- run: nix flake update
|
||||||
nix flake update
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
|
@ -38,9 +38,13 @@
|
|||||||
convert2Tofu =
|
convert2Tofu =
|
||||||
provider:
|
provider:
|
||||||
provider.override (prev: {
|
provider.override (prev: {
|
||||||
homepage = builtins.replaceStrings [ "registry.terraform.io/providers" ] [
|
homepage =
|
||||||
|
builtins.replaceStrings
|
||||||
|
[ "registry.terraform.io/providers" ]
|
||||||
|
[
|
||||||
"registry.opentofu.org"
|
"registry.opentofu.org"
|
||||||
] prev.homepage;
|
]
|
||||||
|
prev.homepage;
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
|
@ -98,7 +98,8 @@ in
|
|||||||
group = "root";
|
group = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh.knownHosts."[u391032.your-storagebox.de]:23".publicKey = "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5EB5p/5Hp3hGW1oHok+PIOH9Pbn7cnUiGmUEBrCVjnAw+HrKyN8bYVV0dIGllswYXwkG/+bgiBlE6IVIBAq+JwVWu1Sss3KarHY3OvFJUXZoZyRRg/Gc/+LRCE7lyKpwWQ70dbelGRyyJFH36eNv6ySXoUYtGkwlU5IVaHPApOxe4LHPZa/qhSRbPo2hwoh0orCtgejRebNtW5nlx00DNFgsvn8Svz2cIYLxsPVzKgUxs8Zxsxgn+Q/UvR7uq4AbAhyBMLxv7DjJ1pc7PJocuTno2Rw9uMZi1gkjbnmiOh6TTXIEWbnroyIhwc8555uto9melEUmWNQ+C+PwAK+MPw==";
|
programs.ssh.knownHosts."[u391032.your-storagebox.de]:23".publicKey =
|
||||||
|
"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5EB5p/5Hp3hGW1oHok+PIOH9Pbn7cnUiGmUEBrCVjnAw+HrKyN8bYVV0dIGllswYXwkG/+bgiBlE6IVIBAq+JwVWu1Sss3KarHY3OvFJUXZoZyRRg/Gc/+LRCE7lyKpwWQ70dbelGRyyJFH36eNv6ySXoUYtGkwlU5IVaHPApOxe4LHPZa/qhSRbPo2hwoh0orCtgejRebNtW5nlx00DNFgsvn8Svz2cIYLxsPVzKgUxs8Zxsxgn+Q/UvR7uq4AbAhyBMLxv7DjJ1pc7PJocuTno2Rw9uMZi1gkjbnmiOh6TTXIEWbnroyIhwc8555uto9melEUmWNQ+C+PwAK+MPw==";
|
||||||
|
|
||||||
systemd.services.borgbackup-job-state = {
|
systemd.services.borgbackup-job-state = {
|
||||||
wants = [ "wiki-backup.service" ];
|
wants = [ "wiki-backup.service" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user