This commit is contained in:
2026-03-05 23:13:31 +01:00
parent 37ef45284e
commit a96d1f87ae
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ inputs, ... }: {
flake.nixosConfigurations."computer-deck" = inputs.self.lib.mkHost {
flake.nixosConfigurations."deck" = inputs.self.lib.mkHost {
system = "x86_64-linux";
host = "computer-deck";
host = "deck";
};
}