diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-04-18 20:59:28 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-04-18 20:59:28 +0200 |
commit | 5fa69499917fab7a026c90c8321dbcc22734106a (patch) | |
tree | 267c749c3776bac87d0220c423258648997ab5f2 | |
parent | 3f69286ef4b15161febb4a4bae085fb4c2c83bbf (diff) |
vault backup: 2025-04-18 20:59:28
-rw-r--r-- | .obsidian/core-plugins.json | 3 | ||||
-rw-r--r-- | .obsidian/workspace.json | 47 | ||||
-rw-r--r-- | NixOS - Imperative container management.md | 3 | ||||
-rw-r--r-- | NixOS - container directories.md | 3 |
4 files changed, 41 insertions, 15 deletions
diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index 436f43c..c89a841 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -26,5 +26,6 @@ "workspaces": false, "file-recovery": true, "publish": false, - "sync": false + "sync": false, + "webviewer": false }
\ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d6443a3..a2188ff 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -58,17 +58,40 @@ "state": { "type": "markdown", "state": { - "file": "Distinction between imperative and declarative programming.md", + "file": "NixOS - Imperative container management.md", "mode": "source", + "source": false, "backlinks": true, - "source": false + "backlinkOpts": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } }, "icon": "lucide-file", - "title": "Distinction between imperative and declarative programming" + "title": "NixOS - Imperative container management" + } + }, + { + "id": "d6457f004bde4cac", + "type": "leaf", + "state": { + "type": "split-diff-view", + "state": { + "aFile": ".obsidian/workspace.json", + "bFile": ".obsidian/workspace.json", + "aRef": "" + }, + "icon": "diff", + "title": "Diff: workspace.json" } } ], - "currentTab": 3 + "currentTab": 4 } ], "direction": "vertical" @@ -219,12 +242,16 @@ "obsidian-excalidraw-plugin:New drawing": false } }, - "active": "1fb3c7b7af372a3c", + "active": "d6457f004bde4cac", "lastOpenFiles": [ - "Nix Inherit.md", + "NixOS - container directories.md", + "NixOS - Imperative container management.md", + "NixOS - Declarative container management.md", + "NixOS - Containers.md", + "NixOS - Container networking.md", "Distinction between imperative and declarative programming.md", + "Nix Inherit.md", "NixOS - Advantage of imperative container management.md", - "NixOS - Imperative container management.md", "Freenet CPU steal graph.md", "Test.md", "Build custom modules as profiles to manage various NixOS hosts.md", @@ -244,10 +271,6 @@ "Excalidraw", "Ideas versus facts.md", "Installing a devstack plugin.md", - "Making notes useful.md", - "NixOS - Declarative container management.md", - "NixOS - Containers.md", - "NixOS - Container networking.md", - "Practice summarizing and paraphrasing.md" + "Making notes useful.md" ] }
\ No newline at end of file diff --git a/NixOS - Imperative container management.md b/NixOS - Imperative container management.md index 7099e6e..4dba2ec 100644 --- a/NixOS - Imperative container management.md +++ b/NixOS - Imperative container management.md @@ -1,7 +1,6 @@ As root using `nixos-container`. -Container root: `/var/lib/nixos-containers -Config file: `/etc/nixos-containers` +[[NixOS - container directories]] Create with: `nixos-container create foo`. During create we can pass `--config` or `--config-file`. diff --git a/NixOS - container directories.md b/NixOS - container directories.md new file mode 100644 index 0000000..8c02bad --- /dev/null +++ b/NixOS - container directories.md @@ -0,0 +1,3 @@ + +Container root: `/var/lib/nixos-containers +Config file: `/etc/nixos-containers`
\ No newline at end of file |