Skip to content

@ajhalili2006's nixpkgs + NixOS configurations, exported from the dotfiles repo.

License

Notifications You must be signed in to change notification settings

andreijiroh-dev/nixops-config

Repository files navigation

@andreijiroh-dev/nixops-config

This is @ajhalili2006's NixOS + Home Manager configuration for his laptop and homelabs, in sync with the [nixpkgs-specific dotfiles repository].

Usage

Updating or installing NixOS

# update the flake.lock file manually
nix flake update

# change {hostname} to something like stellapent-cier
sudo nixos-rebuild --flake github:andreijiroh-dev/nixops-config#{hostname} <switch|boot|build>

From a local copy:

# update the flake.lock file manually
nix flake update

# change {hostname} to something like stellapent-cier
sudo nixos-rebuild --flake .#{hostname} <switch|boot|build>

License

MPL-2.0