From 3f2f381d32a01918ff63a34ce180176cf51393f5 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 8 Sep 2024 20:41:34 -0500 Subject: [PATCH] git: update readme with warning Signed-off-by: Myned --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fd00b1..5506d6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# WARNING + +## This configuration is not meant for public usage + # Install ## Remote (with NixOS Anywhere) @@ -14,12 +18,10 @@ 4. Create machine-specific modules in `machines/MACHINE/` - a. If [Home Manager](https://github.com/nix-community/home-manager), home configuration in `home.nix` - - b. System configuration and hostname in `system.nix` + b. Machine configuration and hostname in `default.nix` ```nix - { networking.hostName = "MACHINE"; } + { custom.hostname = "MACHINE"; } ``` c. [Disko](https://github.com/nix-community/disko) layout in `disko.nix` @@ -38,12 +40,10 @@ nixos-generate-config --show-hardware-config --no-filesystems --root /mnt ``` - e. Import modules in `default.nix` - 5. Choose profile and add machine-specific modules to `flake.in.nix` ```nix - MACHINE = linux [ ./profiles/PROFILE ./machines/MACHINE ]; + MACHINE = BRANCH [ ./profiles/PROFILE ./machines/MACHINE ]; ``` 6. Generate `flake.nix` with [flakegen](https://github.com/jorsn/flakegen)