Rename NixOS config to atlas and move packages

This commit is contained in:
Melvin Ragusa
2026-02-04 23:05:15 +01:00
parent c4cd70fd20
commit 6bfde28263
4 changed files with 19 additions and 19 deletions

View File

@@ -51,7 +51,7 @@
username = "pinj"; # Single source of truth for username
in
{
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
nixosConfigurations.atlas = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs username;