Skip to content

Commit

Permalink
ex
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent 78062bf commit 787b73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/flake-parts/template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
You have just created a nixos-unified-template flake.nix using NixOS.
- Edit `./modules/nixos/*.nix` to customize your configuration.
- Run `cp /etc/nixos/*.nix ./configurations/nixos/HOSTNAME/` to import your existing configuration.
- Run `nix run` to apply the configuration.
- Run `mv /etc/nixos/*.nix ./configurations/nixos/HOSTNAME/` to import your existing configuration.
- Run `nix --extra-experimental-features "nix-command flakes" run` to apply the configuration.
Enjoy!
'';
Expand Down

0 comments on commit 787b73b

Please sign in to comment.