Finished switching hostname to Titan

This commit is contained in:
2025-08-20 14:08:08 -04:00
parent 10cdd3cb74
commit 8e9b4c3a66
4 changed files with 41 additions and 4 deletions

View File

@@ -51,7 +51,7 @@
}
];
};
nixosConfigurations.server = nixpkgs.lib.nixosSystem {
nixosConfigurations.Titan = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit overlays; };
modules = [