aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-04 20:12:51 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-04 20:12:51 +0200
commit034781407317f506d177c7dc749ab960a44a1cfe (patch)
tree56a1cec41b10a84cf6e2f9ab8722e63699e0f06a
parent19330c1c8822e85efc6aef8511b5033470897f7b (diff)
downloadnixos-configuration-034781407317f506d177c7dc749ab960a44a1cfe.tar.gz
nixos-configuration-034781407317f506d177c7dc749ab960a44a1cfe.tar.bz2
nixos-configuration-034781407317f506d177c7dc749ab960a44a1cfe.zip
chore: update README
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index e9de43b..22e6feb 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,23 @@
# My NixOS configuration
-
- system: `"x86_64-linux"`
- - host os: `Linux 6.10.9-zen1, NixOS, 24.11 (Vicuna), 24.11.20241004.bc947f5`
+ - host os: `Linux 6.12.2-zen1, NixOS, 25.05 (Warbler), 25.05.20241229.88195a9`
- multi-user?: `yes`
- sandbox: `yes`
- - version: `nix-env (Lix, like Nix) 2.91.0
+ - version: `nix-env (Nix) 2.24.11`
+ - channels(root): `"nixos"`
+ - nixpkgs: `/nix/store/8vz84mqgnm1gz5yk7hgnnb5gir5hjxas-source`
## Installation
This configuration is dependent on flakes being enabled in the system building the config.
+### Build script
+Build the default version of this configuration.
+```
+wget https://raw.githubusercontent.com/stvnliu/nixos-configuration/refs/heads/main/deploy.sh
+chmod +x ./deploy.sh
+./deploy.sh https://github.com/stvnliu/nixos-configuration nixos-msi
+```
```
sudo nixos-rebuild --flake <path_to_this_config>#<your_hostname> switch
```