Skip to content

Commit

Permalink
chore: small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Dec 15, 2024
1 parent 2b009e7 commit 97b121d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
15 changes: 11 additions & 4 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};

Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
1 change: 1 addition & 0 deletions hosts/nix-on-droid/magicant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
dig
man
gnupg
curl
];

etcBackupExtension = ".bak";
Expand Down
3 changes: 1 addition & 2 deletions hosts/nixos/sync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -82,7 +81,7 @@ in
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
flakePath = "~/.dotfiles";
flakePath = "/root/.dotfiles";
server = {
enable = true;
forgejo = true;
Expand Down
2 changes: 0 additions & 2 deletions hosts/nixos/winters/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ in
transmission = true;
syncthing = true;
monitoring = true;
jenkins = false;
emacs = true;
};
};

Expand Down

0 comments on commit 97b121d

Please sign in to comment.