Change hostname to chromatic-aberration, enable SSH

Since it's a Chromebox and that name sounds vaguely cool I guess
This commit is contained in:
Anthony Wang 2025-09-24 21:54:57 -04:00
parent 7d6204cad9
commit e187328689
No known key found for this signature in database
2 changed files with 12 additions and 3 deletions

View file

@ -13,8 +13,7 @@
pkgs = import nixpkgs { inherit system; };
in
{
# NOTE: 'nixos' is the default hostname
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
nixosConfigurations.chromatic-aberration = nixpkgs.lib.nixosSystem {
modules = [ ./configuration.nix ];
};
formatter.${system} = pkgs.nixfmt-tree;