diff options
author | Julien Dessaux | 2023-12-23 23:08:24 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-12-23 23:08:24 +0100 |
commit | 0b1d4515eab2d89dbeafbece48e452f2071f788f (patch) | |
tree | 1cffbee241b7c5c978feccce21e0c46b93249417 /content | |
parent | Added migrating vaultwarden to nixos blog article (diff) | |
download | www-0b1d4515eab2d89dbeafbece48e452f2071f788f.tar.gz www-0b1d4515eab2d89dbeafbece48e452f2071f788f.tar.bz2 www-0b1d4515eab2d89dbeafbece48e452f2071f788f.zip |
Small fixes
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 2 | ||||
-rw-r--r-- | content/blog/nix/managing-multiple-servers.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md index f521483..3173756 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,7 +6,7 @@ Hello, My name is Julien Dessaux, also known by my pseudonym Adyxax : welcome to my personal website! -These pages are an aggregation of various thoughts and tutorials I accumulated over my years of service as a system and network administrator and architect. Topics covered are open source, BSD and GNU/Linux system administration, and networking. It is a personal space that I try to fill up with my experience and knowledge of computer systems and network administration in the hope it serves others. You can learn more about me [on this page]({{< ref "about-me" >}}). +These pages are an aggregation of various thoughts and tutorials I accumulated over my years of service as a system and network administrator and architect. Topics covered are open source, BSD and GNU/Linux system administration, and networking. It is a personal space that I try to fill up with my experience and knowledge of computer systems and network administration in the hope it serves others. You can also learn more [about me]({{< ref "about-me" >}}). I hope you feel welcome here, do not hesitate to leave a message at julien -DOT- dessaux -AT- adyxax -DOT- org. You can ask for a translation, some more details on a topic covered here, or just say hi or whatever ;-) diff --git a/content/blog/nix/managing-multiple-servers.md b/content/blog/nix/managing-multiple-servers.md index 7d77991..13207b5 100644 --- a/content/blog/nix/managing-multiple-servers.md +++ b/content/blog/nix/managing-multiple-servers.md @@ -25,7 +25,7 @@ Here are the directories inside my nixos repository: │ └── vaultwarden ├── hosts │ ├── dalinar.adyxax.org -│ ├── lumapps-jde.adyxax.org +│ ├── gcp.adyxax.org │ └── myth.adyxax.org └── lib └── common |