mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: small updates
This commit is contained in:
parent
2b009e7738
commit
97b121d1c5
4 changed files with 13 additions and 8 deletions
|
|
@ -1600,8 +1600,6 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
transmission = true;
|
transmission = true;
|
||||||
syncthing = true;
|
syncthing = true;
|
||||||
monitoring = 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
|
dig
|
||||||
man
|
man
|
||||||
gnupg
|
gnupg
|
||||||
|
curl
|
||||||
];
|
];
|
||||||
|
|
||||||
etcBackupExtension = ".bak";
|
etcBackupExtension = ".bak";
|
||||||
|
|
@ -1717,6 +1716,15 @@ I have removed most of the machines from this section. What remains are some hos
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h:4c5febb0-fdf6-44c5-8d51-7ea0f8930abf
|
:CUSTOM_ID: h:4c5febb0-fdf6-44c5-8d51-7ea0f8930abf
|
||||||
:END:
|
: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
|
***** NixOS
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h:e5fbb73a-799a-438f-a88c-fc14d110ac9c
|
: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
|
# system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change
|
||||||
|
|
||||||
|
|
||||||
# do not manage OCI syncthing through nix config
|
# do not manage OCI syncthing through nix config
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -1807,7 +1814,7 @@ I have removed most of the machines from this section. What remains are some hos
|
||||||
hasFingerprint = false;
|
hasFingerprint = false;
|
||||||
impermanence = false;
|
impermanence = false;
|
||||||
isBtrfs = false;
|
isBtrfs = false;
|
||||||
flakePath = "~/.dotfiles";
|
flakePath = "/root/.dotfiles";
|
||||||
server = {
|
server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forgejo = true;
|
forgejo = true;
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
dig
|
dig
|
||||||
man
|
man
|
||||||
gnupg
|
gnupg
|
||||||
|
curl
|
||||||
];
|
];
|
||||||
|
|
||||||
etcBackupExtension = ".bak";
|
etcBackupExtension = ".bak";
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,6 @@ in
|
||||||
|
|
||||||
# system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change
|
# system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change
|
||||||
|
|
||||||
|
|
||||||
# do not manage OCI syncthing through nix config
|
# do not manage OCI syncthing through nix config
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -82,7 +81,7 @@ in
|
||||||
hasFingerprint = false;
|
hasFingerprint = false;
|
||||||
impermanence = false;
|
impermanence = false;
|
||||||
isBtrfs = false;
|
isBtrfs = false;
|
||||||
flakePath = "~/.dotfiles";
|
flakePath = "/root/.dotfiles";
|
||||||
server = {
|
server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forgejo = true;
|
forgejo = true;
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,6 @@ in
|
||||||
transmission = true;
|
transmission = true;
|
||||||
syncthing = true;
|
syncthing = true;
|
||||||
monitoring = true;
|
monitoring = true;
|
||||||
jenkins = false;
|
|
||||||
emacs = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue