diff options
| author | Baitinq <[email protected]> | 2023-02-06 16:17:25 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-02-06 16:17:28 +0100 |
| commit | 6aacda56b7e6092374365b3d6074e93d6203439c (patch) | |
| tree | 49ba3dd8178f4ddb587a3761a27c8a7c4835dd12 /Documentation | |
| parent | Hosts: Add privacy user.js to firefox (diff) | |
| download | nixos-config-6aacda56b7e6092374365b3d6074e93d6203439c.tar.gz nixos-config-6aacda56b7e6092374365b3d6074e93d6203439c.tar.bz2 nixos-config-6aacda56b7e6092374365b3d6074e93d6203439c.zip | |
Misc: Update README and documentation
Now it should be more user friendly, hopefully making it easier to install.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/INSTALLING.md | 0 | ||||
| -rw-r--r-- | Documentation/PARTITIONING.md | 9 | ||||
| -rw-r--r-- | Documentation/desktop_screenshot.png | bin | 0 -> 367768 bytes |
3 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/INSTALLING.md b/Documentation/INSTALLING.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Documentation/INSTALLING.md diff --git a/Documentation/PARTITIONING.md b/Documentation/PARTITIONING.md new file mode 100644 index 0000000..3b1b14f --- /dev/null +++ b/Documentation/PARTITIONING.md @@ -0,0 +1,9 @@ +# Partition and mount disks +``` +nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-create +nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-format +nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-mount +``` + +# Install nixos +nixos-install --flake .#HOST diff --git a/Documentation/desktop_screenshot.png b/Documentation/desktop_screenshot.png new file mode 100644 index 0000000..ceca4ba --- /dev/null +++ b/Documentation/desktop_screenshot.png Binary files differ |