Skip to content

Repository files navigation

tmmy-cc's personal NixOS/home-manager configuration

This is my personal NixOS/home-manager configuration.

DISCLAIMER: Since I'm a Nix noob, please do not expect any useful stuff here.

Rebuild the nixos configuration

sudo nixos-rebuild switch --flake .

Use with nixos-anywhere

Generate hardware-configuration.nix for remote host:

nix run github:nix-community/nixos-anywhere -- --generate-hardware-config nixos-generate-config ./nixos/clara-mbp/hardware-configuration.nix --flake .#clara-mbp --target-host nixos@[IP]

Rebuild nixos configuration on remote host when SSH root login is allowed:

nixos-rebuild switch --target-host root@[IP] --flake .#clara-mbp

Or if root login isn't allowed:

nixos-rebuild switch --target-host clara@[IP] --use-remote-sudo --flake .#clara-mbp

About

My personal NixOS/home-manager configuration

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages