Skip to content

Commit 70f971d

Browse files
authored
Update 2024-01-03-source-controlled-linux.md
1 parent e222b14 commit 70f971d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_posts/2024-01-03-source-controlled-linux.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This works by examining your entire system and creating a giant file which descr
3939

4040
etckeeper + dotfile management is something I haven't looked at much. Another for the todo list.
4141

42-
# Sidebar: Declare vs discover
42+
# Sidebar 1 - Declare vs discover
4343

4444
To my mind, there are two ways of looking at this problem:
4545

@@ -48,6 +48,10 @@ To my mind, there are two ways of looking at this problem:
4848

4949
Looking at it this way, I suppose I should also be looking at things like Ansible or Puppet for the first option. I've briefly used Ansible and it was fine for _initial setup_. Where I think it might be lacking is for maintenance, since when you make changes to the system there's scope for that to drift from what Ansible/Puppet thinks is the current state. They also both _seem_ to be geared towards server/fleet management. I have limited experience here, so this can go on the todo list.
5050

51+
# Sidebar 2 - Secrets management
52+
53+
I've deliberately skipped over secrets management as that's a whole can of worms I've yet to really think about.
54+
5155
# Conclusion
5256

5357
There's nothing here that satisfies my needs. NixOS and UBlue are impressive technical achievements, but are currently impenetrable for "normal" Linux users. The other options operate on the "discover" rather than "describe" methodology and appeal to me a lot less.

0 commit comments

Comments
 (0)