Files
nix-fleet/modules/hosts/deck/nixosConfigurations.nix
2026-03-05 23:13:31 +01:00

7 lines
138 B
Nix

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