chore: small updates

This commit is contained in:
Swarsel 2024-12-15 19:59:34 +01:00
parent 2b009e7738
commit 97b121d1c5
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 13 additions and 8 deletions

View file

@ -1600,8 +1600,6 @@ My work machine. Built for more security, this is the gold standard of my config
transmission = true;
syncthing = true;
monitoring = true;
jenkins = false;
emacs = true;
};
};
@ -1670,6 +1668,7 @@ My work machine. Built for more security, this is the gold standard of my config
dig
man
gnupg
curl
];
etcBackupExtension = ".bak";
@ -1717,6 +1716,15 @@ I have removed most of the machines from this section. What remains are some hos
:PROPERTIES:
:CUSTOM_ID: h:4c5febb0-fdf6-44c5-8d51-7ea0f8930abf
:END:
This machine mainly acts as an external sync helper. It manages the following things:
- Anki syncing
- Forgejo git server
- Elfeed sync server (RSS)
- Syncthing backup of replaceable data
All of these are processes that use little cpu but can take a lot of storage. For this I use a free Ampere instance from OCI with 50G of space. In case my account gets terminated, all of this data is easily replaceable or backed up regularly anyways.
***** NixOS
:PROPERTIES:
:CUSTOM_ID: h:e5fbb73a-799a-438f-a88c-fc14d110ac9c
@ -1793,7 +1801,6 @@ I have removed most of the machines from this section. What remains are some hos
# system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change
# do not manage OCI syncthing through nix config
services.syncthing = {
enable = true;
@ -1807,7 +1814,7 @@ I have removed most of the machines from this section. What remains are some hos
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
flakePath = "~/.dotfiles";
flakePath = "/root/.dotfiles";
server = {
enable = true;
forgejo = true;

View file

@ -8,6 +8,7 @@
dig
man
gnupg
curl
];
etcBackupExtension = ".bak";

View file

@ -68,7 +68,6 @@ in
# system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change
# do not manage OCI syncthing through nix config
services.syncthing = {
enable = true;
@ -82,7 +81,7 @@ in
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
flakePath = "~/.dotfiles";
flakePath = "/root/.dotfiles";
server = {
enable = true;
forgejo = true;

View file

@ -63,8 +63,6 @@ in
transmission = true;
syncthing = true;
monitoring = true;
jenkins = false;
emacs = true;
};
};