No description
Find a file
2023-02-01 23:36:03 +01:00
docs Add flake.nix 2023-02-01 23:36:03 +01:00
configuration.nix Add flake.nix 2023-02-01 23:36:03 +01:00
flake.lock Add flake.nix 2023-02-01 23:36:03 +01:00
flake.nix Add flake.nix 2023-02-01 23:36:03 +01:00
hardware-configuration.nix Ajout de la conf par défaut 2023-02-01 21:07:28 +01:00
LICENSE Initial commit 2023-02-01 19:47:00 +01:00
README.md Add flake.nix 2023-02-01 23:36:03 +01:00

Installation

<hostname> is default to hostname command but it can be overwritten

Build only

nixos-rebuild build --flake .#<hostname>

Build and switch

nixos-rebuild switch --flake .#<hostname>