diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-04 20:12:51 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-04 20:15:44 +0200 |
commit | 75870c32aa986dfc79dee4b188bdfc752cd34b4b (patch) | |
tree | 6d3b918aac6d53c5cc3b6542f287e6aa31938049 | |
parent | 19330c1c8822e85efc6aef8511b5033470897f7b (diff) | |
download | nixos-configuration-75870c32aa986dfc79dee4b188bdfc752cd34b4b.tar.gz nixos-configuration-75870c32aa986dfc79dee4b188bdfc752cd34b4b.tar.bz2 nixos-configuration-75870c32aa986dfc79dee4b188bdfc752cd34b4b.zip |
chore: update README
-rw-r--r-- | README.md | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -1,17 +1,29 @@ # 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. +Switches on the next boot. +``` +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 +``` + +or manually: ``` -sudo nixos-rebuild --flake <path_to_this_config>#<your_hostname> switch +git clone <repo_url> <path_to_config> +sudo nixos-rebuild --flake <path_to_config>#<your_hostname> boot ``` ## Features |