[altair] Renames from drew-desktop

This commit is contained in:
2025-03-31 18:19:48 -07:00
parent a99b91994e
commit a17e8c0ec6
7 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
{ self, nixpkgs, ... }@inputs:
{
nixosConfigurations = {
drew-desktop = (import ./system/hosts/drew-desktop) {
altair = (import ./system/hosts/altair) {
inherit inputs;
inherit self;
inherit nixpkgs;