mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 09:40:38 -05:00
1,011 B
1,011 B
nixcfg
Deploying to NixOS
🔴 READ: Do not deploy this flake directly to your machine. It won't work. This is my own NixOS and home-manager flake for my personal devices. This includes laptops running nixos-unstable and a home lab/gaming desktop running Slateblue, a customized Fedora Silverblue image made with BlueBuild. Each hardware-configuration is host-specific. If you fork this repository, replace them with the hardware-configuration.nix that NixOS generates for you.
Enabling Flakes
Add the following lines to your configuration.nix
and rebuild.
nix.settings.experimental-features = [ "nix-command" "flakes" ];
Building Flake
Run the following command.
sudo nixos-rebuild boot --flake github:alyraffauf/nixcfg
Reboot and the flake's configuration will be applied.