diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 14:14:12 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 14:14:12 +0200 |
commit | 35b2d418540f398875ea338db1e29dbc1c381a69 (patch) | |
tree | 68c040bfc684a4edf6c3cdc2f552fe6f42d0ab8e /README.md | |
parent | 8953c93b60e31357a60112f8f707a1bb6cff0572 (diff) | |
parent | ecaf5df80adb914875ff926410e9226d72f8fa05 (diff) | |
download | nixos-configuration-feature-email-msmtp.tar.gz nixos-configuration-feature-email-msmtp.tar.bz2 nixos-configuration-feature-email-msmtp.zip |
Merge branch 'main' into feature-email-msmtpfeature-email-msmtp
Diffstat (limited to 'README.md')
-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. +``` +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 |